linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

hperrin, in Anyone else experiencing high CPU and disk load by gnome tracker after upgrading fedora to 39?

My guess is that it’s reindexing, and will settle down when done. Give it a day, and if it’s still going, then worry.

nossaquesapao,

I will give it some time then, thank you. Is there something I can do in case it doesn’t come back to normal?

BCsven,

I had this once on Leap 42.x series. it would run constantly and never stop. And almost 100% cpu. The tracker-miner logs showed 2 files it was tripping up on. So check its logging. Other than deleting my troubled data I had to use tracker commands and stop or restart the miner to get cpu to normal. I don’t know if it was a bug, a few files with some sort of virus, or glitch. But one file i assume was a problem file, I had ripped my Little Britain collection. One chapter in menu has a “Do you want to break your DVD player” when you click it and say Yes, it would shutdown the player and no buttons worked not even the power button. Had to unplug from wall to reset it. Nice Prank from them, however whatever binary info was in that DVD fike was causing trouble in tracker miner.

nossaquesapao,

Just checked the logs, and they have thousands of this error: Failed to start tracker-miner-fs-3.service - Tracker file system data miner.

But I can’t find more info about what’s happening

BCsven,

Its been 6 years since I tackled this so i forget. but from command prompt you can start by checking status of tracker miner service then trying stop /start. There are also tracker miner commands to pause, refresh cache, monitor etc. so you would have to lookup what those are. it could even be a permission issue, or version issue

Parastie, in Imagine Linux on an Arm SoC that benchmark better than Apple's M2 Max!
@Parastie@lemmy.world avatar

The benchmarks for the M3 have the single core and multicore performances way past similar Intel and AMD chips. Qualcomm’s mobile chips are still no where near Apple’s mobile chips. I do not believe for a second that Qualcomm will catch up to the M2 on their first release.

Aux,

M3 is not faster than any AMD or Intel. And PC chips are using very old process nodes. Once Intel gets to 2nm, Apple chips will feel like dumbphone SOCs from the early 2000-s running J2ME applets.

kalleboo,

Once Intel gets to 2nm

So in like 10 years from now?

Aux,

Who knows? Intel works in mysterious ways.

cybersandwich,

Isn’t Intel still stuck on 12nm?

TheMadnessKing,

They have moved to 10nm nodes which have density of 7nm nodes of TSMC afaik. They call these nodes Intel 7.

Afaik, Intel is also planning to move Intel 5 and other nodes.

Aux,

10nm.

MonkderZweite,

Apple cooks only with water too.

fuckwit_mcbumcrumble,

Keep in mind this is with up to an 80 watt TDP vs an effectively 3 year old architecture in a select few tests. The M2 was basically just an overclocked M1, with the Pro/Max models getting 2 extra cores. This is qualcomms best case scenario.

pr06lefs,

The Qualcomm x elite benchmarks as faster than the M3 for multicore. Not too surprising as I think it’s 12 cores vs 10. For single core its something like 2700 vs 3200.

Laptops running x elite are supposed to be available mid 2024.

zik, (edited )

That’s absolutely not true. The M3 Max just about brings Apple performance up to similar levels as Intel and AMD. The Ryzen 9 7945HX3D for example is a laptop processor which trades blows with the M3 on benchmarks - single core the M3’s slightly faster and multi core the Ryzen’s slightly faster - and in performance per watt the Ryzen’s marginally better. So really it’s just catching up with older laptop processors from other manufacturers.

And if you venure outside the laptop space to compare ultimate speed it’s nowhere near the fastest, particularly in multi-threaded. Its multi-threaded performance is around 13% of the AMD EPYC 9754 Bergamo for example.

anon_8675309, in Imagine Linux on an Arm SoC that benchmark better than Apple's M2 Max!

I see a bunch of lawsuits in the future. Because that’s what big companies do.

ProgrammingSocks,

I was gonna say the same thing. I sense claims of stolen IP soon

onlinepersona,

They don’t compete, they sue or buy out.

drkhrse96, (edited ) in Imagine Linux on an Arm SoC that benchmark better than Apple's M2 Max!

It’s interesting as a comparison to M3 now and at different power limits. I’m hoping it may hopefully benefit the asahi project also. As a windows product I don’t think it’ll be good at all unless Microsoft has a Rosetta like emulation layer that is nearly as good as Apple. Without that this product will not do well.

fuckwit_mcbumcrumble,

Microsoft has a pretty good translation layer, it’s the hardware x86 acceleration that most windows ARM chips lack, that Apple’s CPUs have.

SomethingBurger, in So... how to fix this?

What filesystem is on the disk? If it’s NTFS, you’ll need to fix it on Windows (right click, Properties, Tools, Check).

bec,
@bec@lemmy.ml avatar

It is, thanks I’ll try that!

bec,
@bec@lemmy.ml avatar

It worked, thanks a lot! What would be the Linux alternative to do that?

FalseDiamond,
@FalseDiamond@sh.itjust.works avatar

If it’s just the dirty flag (it was uncleanly unmounted) you can try

ntfsfix -d /dev/sdc1

Still probably better to boot into Windows and let it deal with it (ntfs tools are still reverse engineered stuff after all), and check journalctl before doing it, but it works in a pinch.

SomethingBurger,

ntfsfix but in my experience it doesn’t really work if it can’t mount the drive in the first place.

bec,
@bec@lemmy.ml avatar

Guess I’ll need to keep W10 around haha thanks again

allywilson,

Can you reformat that drive as exFAT? That should remove NTFS as being a reason to keep Windoze around (and even if you do need Windoze, it should be able to read that format fine as well).

bec,
@bec@lemmy.ml avatar

Yes, I just learned I can use a different filesystem to avoid (or at least minimize) these issues in future. I tried formatting a portable HDD and I could only pick FAT, that should be OK since I picked “Linux compatibility” or something like that in the format wizard!

ReversalHatchery,

If otherwise you don’t plan to use windows on that machine anymore (on bare metal, a virtual machine is not relevant here), it would be better to transfer your data to a Linux native file system. Unless you have a solid preference, ext4 is a good choice.

Basically you just need to copy your files over, but you may need to do it in chunks (and resize the 2 partitions in every round) if you can’t hold the files if the NTFS file system safely while you reformat it.
Also, if you want to keep attributes like file creation time and last modification time, that’ll require a bit more copy parameters, if you want this let me know and I’ll fill you in on the details.
What distro do you use by the way?

bec,
@bec@lemmy.ml avatar

I’ll keep it in mind, but since I’m getting new, bigger drives I think I’ll just wait for and format them directly in the better filesystem. I tried formatting an external HDD and I think I could only pick FAT or NTSC (I’ll double check), hopefully on the internal drives it will be different!

I’m on Pop!

SteveTech, (edited )

If you’re using gnome disks, it hides the more Linuxy file systems behind an ‘Other’ option.

Personally, for removable drives I prefer to use

  • ext4 for HDDs
  • f2fs for SSDs
  • exfat for Windows compatibility

If it’s grayed out or you’re getting errors try searching up ‘how to format as [file system] in [Pop OS/Ubuntu/Linux]’, you might need some extra packages.

bec, (edited )
@bec@lemmy.ml avatar

Yeah, most options were greyed out. I’ll have to visit the wiki of my distro haha thanks for the tips though

edit: actually, just checked, EXT4 isn’t greyed out, but it says “internal disk for use with Linux only” and since it’s an external/portable HDD I didn’t pick that option

SteveTech,

I’m pretty sure there’s no difference between internal and external ext4 (at least how gnome disks handles it), so I think it’s just trying to make sure users don’t freak out when they format it as ext4 and think their data is all gone on Windows.

Also when it’s grayed out you usually just have to install the fuse driver and file system tools, IIRC for exfat you install exfat-fuse and exfatprogs.

Atemu,
@Atemu@lemmy.ml avatar

There is none. NTFS is a filesystem you should only use if you need Windows compatibility anyways. Eventhough Linux natively supports it these days, it’s still primarily a windows filesystem.

bec,
@bec@lemmy.ml avatar

Oh, I see. So you’re saying that, when I have the chance, I should move to a different filesysten and that would avoid me issues as the one in the OP?

db2, (edited )

FAT is older and has fewer features but it’s better supported.

woelkchen,
@woelkchen@lemmy.world avatar

exFAT, not old school regular FAT.

db2,

FAT12 🤣

bec,
@bec@lemmy.ml avatar

I tried formatting an external HDD and I picked FAT, I’ll have to research whether or not that filesystem is good for my needs

Atemu,
@Atemu@lemmy.ml avatar

If you’re only using this filesystem on Linux anyways, absolutely.

bec,
@bec@lemmy.ml avatar

Yes, I’ve basically moved permanently over to Linux and do 99.9% of the things on it. Had to boot Windows for the first time in days only to check whether or not my HDD died after I couldn’t mount it

I’m still in the process of optimizing stuff around Linux (e.g. media drive filesystem) but I’ll get there haha

Atemu,
@Atemu@lemmy.ml avatar

I’m still in the process of optimizing stuff around Linux (e.g. media drive filesystem)

What do you mean by that?

possiblylinux127,

You could use btrfs on Linux and install the windows driver. The Windows driver isn’t what I would call stable but it will work if your mostly using Windows.

Another option is a windows virtual machine instead of dual booting. With a VM you could simple transfer files with magic wormhole or something similar

Atemu,
@Atemu@lemmy.ml avatar

From what I’ve seen, that’s a great way to corrupt your filesystem.

bec,
@bec@lemmy.ml avatar

Nah, all Linux is good. I don’t really need to use Win and since all my HDDs are for media storage I have no reason not to use them on Linux only. They’re only mine and don’t have to hop from PC to PC. Thanks for the input though

kittenzrulz123, in Imagine Linux on an Arm SoC that benchmark better than Apple's M2 Max!

If I can get decent performance on a tablet style laptop for cheap I would buy it new

simple, in Imagine Linux on an Arm SoC that benchmark better than Apple's M2 Max!

I’m just eager to know how much laptops will cost with the new Qualcomm chip. I don’t want to pop champagne too early only to realize that new ARM laptops cost $2000.

SNFi,

ARM laptops cost $2000

“Mx Max” already costs $3000, right? $2000 is still cheaper compared to the “MAX” version.

933k, (edited )
@933k@lemdro.id avatar

New tech always comes at a cost, hopefully with the many manufacturers partnering with Qualcomm in this project we’ll have competitive pricing better than the current offering that Apple silicon provides.

anon_8675309, (edited )

Used to be, each year-ish computers got faster AND cheaper. So, it doesn’t “always” have to be that way.

hedgehog,

That’s not happening anymore due to real world constraints, though. Dennard scaling combined with Moore’s Law allowed us to get more performance per watt until around 2006-2010, when Dennard scaling stopped applying - transistors had gotten small enough that thermal issues and other current leakage related challenges meant that chip manufacturers were no longer able to increase clock frequencies each generation.

Even before 2006 there was still a cost to new development, though, us consumers just got more of an improvement per dollar a year later than we do now.

Suoko,
@Suoko@feddit.it avatar

Youre right, just like the first risc-v laptop which was more than 1k with awful performances. This will probably follow the M series trend at about 1,5k , but arm has a lot of competitors…

fuckwit_mcbumcrumble,

I’d expect them to start around 1k. Not many people are going to be buying these devices so there’s no economies of scale.

Also I love how qualcomm announced this CPU and a day later Apple releases the M3 which is finally a real upgrade from the M1.

jmcs,

Lots of tech companies might be interested. For example, at my work we are now stuck half way between x64 and arm, both on the server side and on the developers side (Linux users are on x64 and Mac users are on arm). While multiarch OCI/docker containers minimize the pains caused by this, it would still be easier to go back to a single architecture.

Aux,

Qualcomm chip won’t be binary compatible with Apple chips, so nothing will change for you.

jmcs,

If you build a docker image on an ARM Mac OS with default settings it will happily run on Linux on ARM, the same for a Go app compiled with GOOS=“linux”, for example. Of course you can always fix the issues that pop up by also specifying the architecture, but people often forget, and in the case of docker it has significant performance penalties.

Horsey,

I’m sure Qualcomm knew what they were doing

Tak,
@Tak@lemmy.ml avatar

1k like the Macbook air or 1k with actually good memory and storage specs?

umbrella,
@umbrella@lemmy.ml avatar

or gasp something mildly modular you can upgrade if you need to.

bamboo, in Firefox Development Is Moving From Mercurial To Git

It’s rather bold of many of the commenters in this thread to assume they know the needs of Mozilla and their developers rather than those people themselves. GitHub makes complete sense, even if it doesn’t live up to some people’s desires for free software purity.

owiseedoubleyou, in New Plasma 6 Default Icon Theme Looks
@owiseedoubleyou@lemmy.ml avatar

I have to say, they’re certainly an impovement over Breeze, but I still prefer the Oxygen ones

bitwolf, in Who uses pure GNOME (no extensions)

Pretty.much pure gnome. The only thing I use is the auto night mode extension to make it go dark at sunset.

ZeroHora, in Distro Picking
@ZeroHora@lemmy.ml avatar

I pickup Fedora because I like the name… completely arbritary.

puffy,

Fedora -> A type of hat -> Red hat

SGHFan, in Linux on a 2in1 for Uni
@SGHFan@lemdro.id avatar

Rocking a Galaxy Book2 360. Can’t adjust keyboard brightness, kernel parameter is needed for OLED backlight, and 3.5mm headphone jack doesn’t work.

Holzkohlen, in New Plasma 6 Default Icon Theme Looks

I don’t to be teased anymore. I have been looking forward to Plasma 6 for months now.

AlijahTheMediocre, (edited ) in New Plasma 6 Default Icon Theme Looks

Now KDE needs to implement a consistent design language for its apps, clean up its settings, and have better defaults. Not asking KDE to copy Gnome, just that it needs a lot more work to be palletable to someone using it for the first time.

gnumdk,
@gnumdk@lemmy.ml avatar

TODO since KDE 3…

Tranus, in Who uses pure GNOME (no extensions)

Not having a dock is one of my favorite things about gnome. I actually use an extension to hide the top bar too. There’s just something so satisfying about having 100% usable space on screen. I get all the info back in the win-key overlay, so I don’t really need that stuff on screen at all times.

Neon,

win-key overlay

explain please

Tranus,

When you hit the windows key (aka meta-key or super-key) it brings up the app launcher. You get a dock at the bottom with pinned or running apps (like a taskbar), and all of your open windows are presented in a sort of mini-version that lets you switch between them or move them between workspaces. There is a search bar that you can immediately type into to open any app with a .desktop file. There is also a button to bring up the app grid which shows your apps kind of like a mobile device’s home screen.

Neon, (edited )

That’s what you meant with overlay!

I was confused because an Overlay is something like a Tooltip.

I personally would call this an Overview

Anyways, thanks for your answer! :)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20975616 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 171

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10502144 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/Resources/views/logs.html.php on line 38