LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 03-03-2019, 11:56 AM   #61
DaBrze
LQ Newbie
 
Registered: Mar 2018
Location: Lodz, PL
Distribution: Slackware
Posts: 16

Rep: Reputation: Disabled

Quote:
Please provide me tasklist file, /var/lib/attitude/tasklist
Sorry, tasklist has been cleared. But after yesterday's improvements, I noticed a big increase in the speed of the program. And what about new-config command?
 
Old 03-03-2019, 03:38 PM   #62
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
Originally Posted by linuxxer View Post
Slackers,

Some improvement, please check https://sourceforge.net/projects/slack-attitude/.

Thanks
I do not envision slackware doing 32 bit x86. It has no real future and the amount of work.
over 90 percent of all machines today are x86_64 cpu's.
It does not make since to keep this huge burden up.
I can see a partial 32 bit still being maintained like most distro's.
Or like Alein Bob's.

thanks for all the cool scripting man.
 
Old 03-04-2019, 05:30 AM   #63
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by DaBrze View Post
Sorry, tasklist has been cleared. But after yesterday's improvements, I noticed a big increase in the speed of the program. And what about new-config command?
Currently I am working on slackman (my own tool for install/uninstall packages).
But I want to know what is expected functionality.

Thanks for reply.
 
Old 03-04-2019, 05:32 AM   #64
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Drakeo View Post
I do not envision slackware doing 32 bit x86. It has no real future and the amount of work.
over 90 percent of all machines today are x86_64 cpu's.
It does not make since to keep this huge burden up.
I can see a partial 32 bit still being maintained like most distro's.
Or like Alein Bob's.

thanks for all the cool scripting man.
Multilib support is optional. It is possible to maintain pure x86_64 bit system.
Do not configure x86 bit and alien multilib repo.

Thanks for reply
 
Old 03-06-2019, 09:19 PM   #65
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Original Poster
Rep: Reputation: Disabled
Slackers,

Here is an update, please check (Slack) attitude.

Some improvement in browse, file-search, search.

Please run
Code:
attitude --force update
There is an some speed improvement (but NOT complete).
Right now I am working on slackman tool.

Once everything is finalized I will try to improvement browsing tools.

Please try it.

Suggestions are welcome.

Thanks in advance.
 
Old 04-05-2019, 11:42 AM   #66
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Original Poster
Rep: Reputation: Disabled
Slackers,

Here is an update, please check (Slack) Attitude.

Added BackupPkg for upgrade/reinstall/remove. And enabled by default.

NOTE: Please create backup directory. "/var/lib/pkgtools/backup/" (OR) "/var/log/backup/".

I tried to implement complete package backup functionality. I tried to create "Slackware Install-able Package".
Without using makepkg. Because I want to maintain exact file permission.

Tar file is created using,
Code:
tar cf backupath.c_str() -C rootdir.c_str() --no-recursion -T filepath.c_str()
.

And .txz file is create using,
Code:
xz -c backupath.c_str()
Code:
NOTE: During backup, tool will overwrite/create .new file and delete afterwards it.
Please try it.
Now I am working on slackman tool.
Suggestions are welcome.

Thanks in advance

Last edited by linuxxer; 04-05-2019 at 12:09 PM. Reason: Spelling mistake
 
Old 04-23-2019, 04:22 AM   #67
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Original Poster
Rep: Reputation: Disabled
Slackers,

Here is an update, please check (Slack) Attitude.

Currently I am working on slackman command line processing.

Please check slackman wiki.

Suggestion are welcome.

Thanks.
 
Old 10-06-2019, 09:22 AM   #68
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Original Poster
Rep: Reputation: Disabled
Slackers,

Here is an update please check the (Slack) Attitude. Call for testing.

Support is added for Slackware ARM Architecture.

No new functionality is added.

Significant change is accepted -STD=gnu++17 for compilation.

Which makes it more suitable for Slackware Current.

Now C++17 std::filesystem support is added into the code.

Lots of code changes have done (including slackman).

NOTE: Please try it on Virtual Machine.

Lots of changes in Source code directory structure, because of this reason source code are not committed in the Sourceforge svn directory.

The latest version of source code/SlackBuild is available on above url.

Need suggestion from experienced Slackers.

Which functionality is must you expected into Official Slackware based Package Management System.

Suggestions are welcome...

Thanks
 
Old 10-24-2019, 05:14 AM   #69
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Original Poster
Rep: Reputation: Disabled
Slackers,

Here is an update please check (Slack) Attitude.

Call for testing.

Resolve broken symlink and install-new issue. And some minor changes.

NOTE : Please try it on own risk.

Do NOT forget to run

Code:
attitude update --force
Suggestions are welcome...

Thanks
 
Old 12-17-2019, 10:43 PM   #70
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Original Poster
Rep: Reputation: Disabled
Slackers,

Here is an update please check (Slack) Attitude.

Call for testing.

Nothing much, proxy support is added to the configuration file.
Please check /etc/attitude/config file for settings.

Some feature is selected for this version.

Please suggest what functionality must be added to make it suitable for ideal Slackware package management tool.

Do NOT forget to run
Code:
attitude update --force
Please try it.

Suggestions are welcome...

Thanks, in advance....
 
Old 12-25-2019, 03:18 AM   #71
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Original Poster
Rep: Reputation: Disabled
Slackers,

Here is an update please check (Slack) attitude.

Few changes,
* Added tasklist autoclear functionality.
* Worked on slackman PID file issue.

Please check

Thanks
 
Old 01-04-2020, 11:13 PM   #72
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Original Poster
Rep: Reputation: Disabled
Slackers,

Please check (Slack) attitude.

.new config file support is added, just for compatibility with slackpkg.

Plus small improvements.

Thanks
 
Old 01-11-2020, 12:48 AM   #73
jheengut
Member
 
Registered: Sep 2006
Location: Providence, Moka Mauritius
Distribution: Slackware, Lubuntu
Posts: 352
Blog Entries: 16

Rep: Reputation: 51
Hi,

I have seen several 1.0.0 releases. Which one is the correct one?
 
Old 01-12-2020, 01:21 PM   #74
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jheengut View Post
Hi,

I have seen several 1.0.0 releases. Which one is the correct one?
Please check project files. Please try it.

I always keep these files up to date.

Suggestions are welcome....
 
Old 03-24-2020, 09:41 AM   #75
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Original Poster
Rep: Reputation: Disabled
Slackers,

Here is an update, please check (Slack) Attitude.

I have added preference functionality.

Here is my sample configuration file.
Code:
# Sample Configuration file: /etc/attitude/preference
slackware:testing/packages/PAM/
slackware:extra/pure-alsa-system/
slackware:extra/aspell
slackware::/mozilla-firefox
alien/vlc-
Rule1 : If you want to add branch then do not put the '/'.
Code:
slackware:testing
Rule2 : If you want to add preference only for specific packages then configuration will be:
Code:
alien/vlc
Rule3 : If you want to add directory then add '/' at the end of configuration.
Code:
slackware:extra/pure-alsa-system/
slackware:testing/packages/PAM/
This thread is used for version 1.0.0.
If anybody want to put suggestion for version 2.0.0 then please check this thread.

Thanks
 
  


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
slackpkg++ : New Package management tool for Slackware (Under Development) linuxxer Slackware 50 01-04-2019 08:36 AM
[SOLVED] Binary package repositories for Slackware linuxxer Slackware 5 08-28-2017 02:10 PM
How to make a Slackware package out of a binary release of an application... Alexvader Slackware 8 11-23-2009 01:04 PM
Package Mangement Ideas fatsheep Linux From Scratch 1 06-10-2007 11:22 PM
MS starting to change his attitude (Open source MS tool) moeminhtun General 15 04-09-2004 10:40 AM

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

All times are GMT -5. The time now is 07:47 PM.

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