LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-09-2024, 10:23 PM   #4156
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,533

Rep: Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513

Quote:
Originally Posted by cwizardone View Post
Once again, blocked:

https://sysdfree.wordpress.com/2023/07/08/372/
 
1 members found this post helpful.
Old 04-09-2024, 10:26 PM   #4157
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
I have not found a way to make Go slackbuilds reliably.

Even for Rust, I have a way to generate .info files for the downloads, which works in most cases:

https://gitlab.com/Lockywolf/lwfslac...ref_type=heads

This parses Cargo.lock, and is enough in most cases.

But for go, there is only half-baked solution (which is credited to Alexander):

https://gitlab.com/Lockywolf/lwfslac...ref_type=heads
 
1 members found this post helpful.
Old 04-10-2024, 02:14 AM   #4158
teoberi
Member
 
Registered: Jan 2018
Location: Romania
Distribution: Slackware64-current (servers)/Windows 11/Ubuntu (workstations)
Posts: 613

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
PHP 8.3.5
Quote:
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Apr 2024, PHP 8.3.5
https://github.com/php/php-src/tags
Quote:
Tags
php-8.3.6
yesterday 6e8a26f zip tar.gz
...
php-8.3.5
2 days ago 9a9c719 zip tar.gz

Last edited by teoberi; 04-11-2024 at 12:10 PM.
 
Old 04-10-2024, 06:51 AM   #4159
0XBF
Member
 
Registered: Nov 2018
Distribution: Slackware
Posts: 779

Rep: Reputation: 891Reputation: 891Reputation: 891Reputation: 891Reputation: 891Reputation: 891Reputation: 891
Quote:
Originally Posted by volkerdi View Post
There's standalone builds of udev being used in LFS and artix now:
https://www.linuxfromscratch.org/lfs...er08/udev.html
https://gitea.artixlinux.org/packages/udev

Any thoughts on trying a SlackBuild version in a similar style? Just wondering what will happen if eudev stalls out indefinitely. These distros have moved on it seems.
 
2 members found this post helpful.
Old 04-10-2024, 07:01 AM   #4160
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,344

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Hi ,

postgresql is not good addition to php ?

Only a question.
 
Old 04-10-2024, 07:09 AM   #4161
teoberi
Member
 
Registered: Jan 2018
Location: Romania
Distribution: Slackware64-current (servers)/Windows 11/Ubuntu (workstations)
Posts: 613

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Quote:
Originally Posted by USUARIONUEVO View Post
Hi ,

postgresql is not good addition to php ?

Only a question.
I've been using PostgreSQL compiled from sources (now with hardening options) for my databases (for many years) without the slightest problem, including for Joomla.
Now Apache is compiled with support for MariaDB so it cannot be abandoned without changes to Apache.
 
3 members found this post helpful.
Old 04-10-2024, 07:37 AM   #4162
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,344

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Quote:
Originally Posted by teoberi View Post
I've been using PostgreSQL compiled from sources (now with hardening options) for my databases (for many years) without the slightest problem, including for Joomla.
Now Apache is compiled with support for MariaDB so it cannot be abandoned without changes to Apache.
But some distros provide maridb and postgres ... and build apps using what he wants.

I sopossed postgresql is out cause is not hard dependecy , or cause mariadb works for php?
 
Old 04-10-2024, 11:37 AM   #4163
HQuest
Member
 
Registered: Jan 2018
Location: 2001:470:c2d0::/56
Distribution: Anything I can interface with
Posts: 93

Rep: Reputation: Disabled
Quote:
Originally Posted by USUARIONUEVO View Post
But some distros provide maridb and postgres ... and build apps using what he wants.

I sopossed postgresql is out cause is not hard dependecy , or cause mariadb works for php?
Going along the lines of "this because of that", Apache works great as a web server, but Nginx works great as a web server and quite a few more things. I haven't used PostgreSQL other than inside a few recent docker containers but if new things could be added to the extras/, I too would second PostgreSQL and nginx, aside of my previous speech for docker - just as sendmail is still there and works like a rock, while the main distro comes with postfix as its default.
 
2 members found this post helpful.
Old 04-10-2024, 12:09 PM   #4164
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0
Posts: 556

Rep: Reputation: 315Reputation: 315Reputation: 315Reputation: 315
re: The "push, push, push" to switch from sysvinit over to systemd.

I love this redit post from 3yrs ago.

https://www.reddit.com/r/linux/comme...it.com%2Fembed

In 2095, Slackware will still be around and will still be on sysvinit.

Last edited by glennmcc; 04-10-2024 at 12:15 PM.
 
1 members found this post helpful.
Old 04-10-2024, 01:19 PM   #4165
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,404

Rep: Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139
Quote:
Originally Posted by glennmcc View Post
re: The "push, push, push" to switch from sysvinit over to systemd.

I love this redit post from 3yrs ago.

https://www.reddit.com/r/linux/comme...it.com%2Fembed

In 2095, Slackware will still be around and will still be on sysvinit.
As long as people are able to extract (and maintain) the necessary modules from systemd. Why not

How many more will be needed in the future?
Does it make sense to have a large number of systemd modules (if not all), without systemd, just to say: we don't use systemd?

Last edited by marav; 04-10-2024 at 01:21 PM.
 
Old 04-10-2024, 01:24 PM   #4166
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0
Posts: 556

Rep: Reputation: 315Reputation: 315Reputation: 315Reputation: 315
Quote:
Originally Posted by marav View Post
Does it make sense to have a large number of systemd modules (if not all), without systemd, just to say: we don't use systemd?
Yes !
 
4 members found this post helpful.
Old 04-10-2024, 09:05 PM   #4167
bigbadaboum
Member
 
Registered: Apr 2023
Posts: 150

Rep: Reputation: 61
Since XZ 5.6.0 decompression uses the multi-thread by Default, I am afraid this increases the fragmentation of / (ext3) on my HDD when I use the package manager, is there any way to force the -T1 option only for the Slackware package manager?

Last edited by bigbadaboum; 04-10-2024 at 09:34 PM.
 
Old 04-10-2024, 10:43 PM   #4168
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,344

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Quote:
Originally Posted by bigbadaboum View Post
Since XZ 5.6.0 decompression uses the multi-thread by Default, I am afraid this increases the fragmentation of / (ext3) on my HDD when I use the package manager, is there any way to force the -T1 option only for the Slackware package manager?
Really?

If package have 1000 files you need write 1000 files.

Where is fragmentation?

You say me if write files 1 at time to write 1000 files are different than write as example 16 files per cycle ?

Fragmentation is when you write a lot and delete a lot ... but nothing arround write x1 or x10 , like delete x1 or x10.

Speed writing or deleting its same as writing and deleting slow .., is same space used/free.
 
Old 04-11-2024, 12:26 AM   #4169
bigbadaboum
Member
 
Registered: Apr 2023
Posts: 150

Rep: Reputation: 61
I'm talking about the big files that will take several cycle.
I just say that I am frightened I not say that XZ did not work for limited fragmentation.
If courageous Current users can do tests on this
Quote:
$filefrag -v /etc/file/magic.mgc
Filesystem type is: ef53
Filesystem cylinder groups approximately 230
File size of /etc/file/magic.mgc is 5409744 (1321 blocks of 4096 bytes)
ext: logical_offset: physical_offset: length: expected: flags:
0: 0.. 15: 6684652.. 6684667: 16: merged
1: 16.. 31: 4490864.. 4490879: 16: 6684668: merged
2: 32.. 63: 4491584.. 4491615: 32: 4490880: merged
3: 64.. 127: 4490244.. 4490307: 64: 4491616: merged
4: 128.. 255: 4489856.. 4489983: 128: 4490308: merged
5: 256.. 511: 4500224.. 4500479: 256: 4489984: merged
6: 512.. 1023: 4504576.. 4505087: 512: 4500480: merged
7: 1024.. 1320: 4505600.. 4505896: 297: 4505088: last,merged,eof
/etc/file/magic.mgc: 8 extents found
 
Old 04-11-2024, 12:53 AM   #4170
henca
Member
 
Registered: Aug 2007
Location: Linköping, Sweden
Distribution: Slackware
Posts: 990

Rep: Reputation: 674Reputation: 674Reputation: 674Reputation: 674Reputation: 674Reputation: 674
But why do you think this fragmentation is caused by xz (with or without multiple threads)?

The package manager simply calls xz to uncompress and sends the output from xz to stdin of tar. Would xz create some temporary files during parallell decompression?

If so, you might have some options to avoid such fragmentation:

1) Maybe that backdoored version of xz honors the TMPDIR variable for where to put any such temporary files? Pointing to a partition outside of the directory tree the package is being unpacked to would avoid fragmentation of the target partition.

2) installpkg has the options "-threads", if you set that to 1 it might solve your problem.

3) installpkg and those other tools for package management are really only simple scripts. If your really want to, you can edit them to do exactly as you like.

regards Henrik
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache 2.4 requests to non-SSL site with "Upgrade-Insecure-Requests: 1" and no trailing / get redirected to default site owendelong Linux - Server 2 06-22-2021 02:08 PM
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration