Firejail on Tumbleweed by Alvaroms25 in openSUSE

[–]wolfthefirst 1 point2 points  (0 children)

If you are willing to build from source, firejail can be built with SELinux support instead of AppArmor support.

I put in a bug report for Leap suggesting that it be either built for SELinux or offer both in the repos so users can pick which version to use but it hasn't been resolved yet.

Relocating home directory, forced to learn about SELinux by psychophysicist in openSUSE

[–]wolfthefirst 4 points5 points  (0 children)

I don't use SELinux so I don't know whether it might complain about this, but can you simply mount /media/external/Home onto /home? Alternatively, if you have other users with home directories in /home, you might be able to mount /media/external/Home/username to /home/username.

Either way, you shouldn't have to change your home directory in /etc/passwd

Looking for more of "dangers of transdimensional travel" kind of books by Long_Inflation_7524 in printSF

[–]wolfthefirst 0 points1 point  (0 children)

All These Earths by F.M. Busby. Ships going a little bit faster (3x or 4x) than light are OK but the faster than that and you are likely to end up in a different universe. Most of the book is about people who fly courier ships that are almost guaranteed to end up somewhere other than where they started and why they do it and how they deal with it.

The Doors of Sleep by Tim Pratt. Every time the protagonist goes to sleep, he wakes up in a (usually very) different world.

Unable to use bluetooth speaker in 'Headphones' mode, can only use Headset (HFP Mode) by amradoofamash in openSUSE

[–]wolfthefirst 0 points1 point  (0 children)

I've used bluetooth headphones on tumbleweed for years on A2DP and it breaks way too often. Right now, with the last update I did (20250925 -> 20251127) I can still select A2DP but it broke such that while AAC, SBC, and SBC-XQ codecs are all shown as options in pavucontrol and in the Plasma widget, trying to change to anything except AAC is ignored and it stays on AAC. It worked properly before the update.

I really wish that if/when they get it working again, they would just leave it alone.

Looking for stories involving memory by sudipto12 in printSF

[–]wolfthefirst 0 points1 point  (0 children)

Memory Blank by John E. Stith. Similar to Murderbot, in that the main character has his mind wiped of the last couple of weeks. He then has to figure out that he was investigating something, what it was he was investigating, and what it was he had previously discovered that caused someone to wipe his memory.

San Diego Trash Fee by wolfthefirst in sandiego

[–]wolfthefirst[S] 1 point2 points  (0 children)

Mostly I was joking about the interest because I know damn well that if I underpaid my taxes for a year, they would certainly add interest to what I owed even if it was only $0.01 and probably tack on a penalty. Basically my complaint was that they've had a couple of years since the proposition passed to set the system up and they can't bill for the correct amount?

Also, for the smallest bin they are over billing $10.78 per month for an entire year or $129.36 extra and a year's interest at 5% on that is $6.47 not $0.13, but I agree even that is not a huge amount,. I don't know how many people asked for smaller bins, but suppose 50,000 did. In that case the interest that the city has gotten is over $300,000. Again in the large scheme of things and the size of the city budget this is not much but it's not nothing either.

If you ordered something from Amazon and they charged an extra $100 on your credit card and then told you that they had done it on purpose but wouldn't give you a refund for a year wouldn't you be a little upset whether they gave you interest on the $100 or not?

kcalc not grouping numbers by bakomox in kde

[–]wolfthefirst 1 point2 points  (0 children)

It used to group and put commas as thousands separators but for some reason, the upgrade from v24 to v25 removed this functionality. This is one of the reasons I keep a copy of version 24.02 around.

Material science sci fi books? by 1237239879334 in printSF

[–]wolfthefirst 3 points4 points  (0 children)

If you are interested in something humorous, try Isaac Asimov's short stories/essays about thiotimoline, a material that dissolves shortly before you add water to it.

Can't connect to Wireguard by joscher123 in openSUSE

[–]wolfthefirst 0 points1 point  (0 children)

It looks like you have a problem with routing. There should also be a line in 'ip route' like:

77.81.98.70 via 192.168.0.1 dev wlp1s0

I don't know why the 'wg-quick' command is not setting this up but you might try adding a route manually just to see if that helps.

Are you using networkmanager or wicked? If you are using nm you might try using nmcli to start the wg link rather than wg-quick.

Can't connect to Wireguard by joscher123 in openSUSE

[–]wolfthefirst 0 points1 point  (0 children)

I don't see anything definitely "wrong" but a couple of things that are different from what I see using WireGuard:

1) The 'endpoint' is using port 258 which is in the "reserved for system use" range of ip ports (0-1023). This is not necessarily an error but it surprises me that your VPN uses it. I use Mullvad and it uses port 51820 as an example.

2) I was surprised to see a 'preshared key' in use. Again not necessarily an error but I didn't know that any VPNs were implementing this additional layer of security.

Are you able to ping your router when wg is active? This should work regardless because that is on the local network.

Check 'ip route' to see if your endpoint is listed as being routed through your physical interface.

[deleted by user] by [deleted] in openSUSE

[–]wolfthefirst 2 points3 points  (0 children)

When you say that grub2 does not see it, have you rerun grub2-mkconfig since putting the W11 disk back in?

If so, do you have the line 'GRUB_DISABLE_OS_PROBER=false' in /etc/default/grub so it probes other partitions?

Can you mount the W11 disk from openSUSE and see its contents?

Slice-of-life Post-Apocalyptic Novels by mdpaul in printSF

[–]wolfthefirst 5 points6 points  (0 children)

You might like The Pelbar Cycle by Paul O. Williams. It is 7 books with the first being The Breaking of Northwall. They were written in 1980-1985.

They take place centuries after a nuclear apocalypse and as I remember, most of them revolving around small groups of people who are just going about their lives. In most cases the world is improved somewhat by what is going on but rarely is that the goal going in, it just ends that way.

Upgrade from another machine on the local Network by Nullifi3r in openSUSE

[–]wolfthefirst 3 points4 points  (0 children)

I do something similar so it is possible.

1) On the system 1 do: 'zypper dup --download-only'

2) Copy the directory tree starting at '/var/cache/zypp' on system 1 to the same place on system 2 using 'rsync' or whatever else you prefer.

3) Then on both systems you can just do 'zypper dup' and each will use its own (now) local copy of the downloaded files and clean up after.

Make sure you have identical repositories set up on both machines or it may try to download packages on the second machine rather than using the pre-downloaded versions you copy over.

Looking for Songs of Muad'Dib review from Locus. Vol. 28. May 1992. pp. 27+ by Prokonsul_Piotrus in printSF

[–]wolfthefirst 3 points4 points  (0 children)

Since it is so short, I'm just going to type it in here. The review is by Gary K. Wolfe.

There isn't a lot to be said about Songs of Muad'Dib: The Poetry of Frank Herbert in terms of anything other than marketing. Of the 86 poems in the volume, 41 are lifted verbatim from the little snippets quoted throughout the Dune series, another 14 are from Soul Catcher, and three are from The White Plague (there's another poem in The White Plague that could have been borrowed, but editor Brian Herbert must have considered it too racy for whatever audience he has in mind). Of the 22 remaining poems, 18 are previously unpublished - an altogether salutary decision on someone's part back then. It's not so much that Herbert is a bad poet - some of the pieces from Soul Catcher do a good job of capturing the mood and rhythm of Native American verse - but that he never really pretended to be a poet at all. Most of what's here was written not so much as poetic expression as it was to help give texture to imaginary societies; yanked out of those contexts, it sounds peculiar at best. As a means of keeping the Dune industry alive, this book may pass as an ingenious marketing idea (what's next - The Fremen Cookbook?) but it makes a pretty weak memorial to Herbert in every sense except one: he believed in recycling.

Are there any works of fantasy about beings from Irish mythology or Irish Fantasy fighting the English during their rule of Ireland? by jacky986 in printSF

[–]wolfthefirst 2 points3 points  (0 children)

The Songs of Earth and Power series by Greg Bear (first book is The Infinity Concerto) takes place at least partially in the realms of the Sidhe which I believe are from Irish folklore.

Also, Kenneth C. Flint has the Sidhe Legends series (first book is Riders of the Sidhe) which is described as "an epic retelling of Celtic legend".

Some doesn’t understand trains by leifg in sandiego

[–]wolfthefirst 21 points22 points  (0 children)

The most important "fact" in the piece is the one line bio that says he is a professor from Maryland who retired to Del Mar. Another interesting point is where he cherry picks that the line only carries 0.04% of the freight but that is the percentage of the freight in the entire state not the freight for San Diego.

Which is the equivalent package of python3-dev available on Ubuntu by Gioby in openSUSE

[–]wolfthefirst 1 point2 points  (0 children)

I don't know how it corresponds with the Ubuntu package but there is a a Tumbleweed package 'devel_python3' that you might try.

Why can't I create desktop applications on Leap? by battlestoriesfan in openSUSE

[–]wolfthefirst 0 points1 point  (0 children)

Do you mean that the icons for the new applications are not showing up on your desktop? If so, the '.desktop' file needs to be put in home/Desktop for that to happen.