Errors when saving documents in OpenSuse Leap 15.6

I can’t save documents in .odt, docx, xlsx, pdf formats, because there is always an error preventing me to do so, but there is no explanation about the cause of the error. I can save textual files with the default text editor in OpenSuse 15.6 in the default format.

I suspect three things:

  1. Lack of space on some partitions of the disk (though not on the partition where I want to save the documents - there is enough space) - this I can easily check by securing more space;
  2. Some problems with the 15.6 version. These never happened on 15.5 version, but only after I upgraded to 15.6 - this takes a lot of time to check;
  3. Foul play of subjects from far away, which may want to achieve political goals by messing up my computer. I am politically active person. - this is almost impossible to check by any one person alone

Maybe you can upload a Screenshot?

1 Like

This is when saving a document with LibreOffice Writer in odt format.

This is when saving a document with LibreOffice Writer in pdf format.

Create a new user, login as that user and then try to create an odt and see if the same behaviour shows. What I find a bit weird is the “Untitled 3” as a document, but that is a different thing.

1 Like

What version of Libre are you running? I’m running Version: 26.2.2.2
I was able to save a file in that format. see screenshot

Operating System: openSUSE Leap 15.6
KDE Plasma Version: 5.27.11
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.12
Kernel Version: 6.4.0-150600.23.92-default (64-bit)
Graphics Platform: X11
Processors: 16 × AMD Ryzen 7 PRO 6850HS with Radeon Graphics
Memory: 62.1 GiB of RAM
Graphics Processor: AMD Radeon Graphics
Manufacturer: HP
Product Name: HP EliteBook 865 16 inch G9 Notebook PC

I have version 25.8.5.1.

Yes, I now see that weirdness, too. The name of the document given by me was as stated in the photo, without % signs (DeepSeek’s… .odt). Untitled 3 was the name automatically given by LibreOffice, which I changed before trying to save.

If this helps, the space at partition 2, mounted at Filesystem Root is 99.1% occupied and only 0.9% free (853 MB).

The space at partition 3, mounted at /home, where I believe I save the documents, is 20.9% free, which is whole 33 GB.

You better make sure where you’re saving :+1:

You better free up some space on / real soon … even though you might be saving to a separate /home with plenty of space, running applications like LibreOffice, “temp” files and caching happens on / and might have a direct affect on how LibreOffice operates with Linux.

It’s not unusual for a system to completely lock-up because of low disk-space, and recovery can be a challenge.

3 Likes

I agree, the OP needs to fix the disk space on / first.

@nikolamilevski Please show the URL from
lsblk -f | susepaste

2 Likes

With a write error, it’s either related to the disk being nearly full, or there’s a hardware issue with the drive. I would expect an error message saying the device has no space left if that were the issue; a “write error” makes me think there’s an imminent hardware failure happening.

I’d be inclined to look at the output from sudo dmesg to see if there are hardware errors with the device.

1 Like

OK, I deleted around 58 GB from the partition 3, of which over 50 GB were deleted by the single command “flatpak uninstall --unused” and the problem was solved.

I would expect an error message saying the device has no space left if that were the issue

Me too, but it seems that OpenSuse Leap 15.6 behaves unexpectedly.

Yeah, you might be right there. In my experiences almost full disks/partitions can throw weird errors, up to suspecting fysical failure. One thing I would do now is make a full backup of /home.

2 Likes

Earlier you wrote that “partition 2” is the one that is almost full. I suspect you mis-typed the number ? :slight_smile:

When a drive is almost full, you can’t expect proper behavior | responses from the operating system, so you may NEVER see a “disk almost full” message … In many cases, the result is erratic behavior.

1 Like

Yes, you are right, I deleted them from partition 2.

Maybe, if things look OK after your file deletions, then that’s good, but I’d still look at the output from dmesg to make sure there’s nothing going on with the drive.

If the drive has SMART diagnostic capabilities, using smartctl also might be a good thing to check, just to make sure you’re not about to have a hardware failure.

One could create a 5 GB placeholder file containing random bytes, say, at installation time
and delete it when free space gets really tight in order to keep some reserve.

To issue a warning when someone is attempting to login a system with a 95% full root- (/home-, /tmp-, /var- …) partition would be a worthwhile feature, too.

1 Like

I had general warnings about low space, unrelated to the saving process. What I had not were explanations or suggestions about why the file can’t be saved.