LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 02-11-2015, 04:54 AM   #16
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097

Procps-ng has pkill. It works similar to killall.

Last edited by ReaperX7; 02-11-2015 at 04:56 AM.
 
Old 02-15-2015, 05:11 AM   #17
bartgymnast
Member
 
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368

Original Poster
Rep: Reputation: 165Reputation: 165
An update on our front,

In the upcoming week we will be making the packages available for use with slackpkg+
As soon as this is ready, I will announce it here.
 
Old 02-17-2015, 06:43 AM   #18
bartgymnast
Member
 
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368

Original Poster
Rep: Reputation: 165Reputation: 165
slackpkg+ and plans for future

Slackpkg+ repo has been made.
You will need to add below settings for the repo.
and do not forget to place the repo in the rest of the config
A 2 mirrors will be rsynced soon on download.dlackware.com (EU based) bart.dlackware.com (US based)

Mirror section
Code:
MIRRORPLUS['dlackware']=http://bart.dlackware.com/current/latest/x86_64/

GPG keys section
Code:
#dlackware:     http://bart.dlackware.com/current/
What are our future plans:

We plan to make a stable release starting with the next stable Slackware, 14.2 or 15.0 (whatever number PV gives) - x86_64 only
our gnome3 version will be mainly decided for these releases by the gtk+3 version shipped in that release. (this could change)

The current tree will follow gnome releases, so we can keep versions updated of rebuilds that should be updated in Slackware's -current tree

as systemd will replace udev, its advised to manually upgrade this package

A slackpkg installation would look like this:
First make sure to download the lastest systemd-2xx version from the repo

Code:
# please unselect systemd
slackpkg install systemd-minimal

# lets replace udev
upgradepkg --reinstall --install-new udev%systemd-2*.txz

# lets upgrade all rebuild packages
slackpkg upgrade-all

# now install the new packages
slackpkg install gnome-deps
slackpkg install gnome-systemd
make sure to checkout the settings.sh file (change it to your likes before applying)
the settings.sh file be updated to reflect the default settings (any changes for default settings can be requested)
 
1 members found this post helpful.
Old 02-18-2015, 06:11 PM   #19
ivandi
Member
 
Registered: Jul 2009
Location: Québec, Canada
Distribution: CRUX, Debian
Posts: 528

Rep: Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866
Util-linux package overlaps shadow's chsh and chfn. Adding --disable-chfn-chsh in util-linux.SlackBuild will fix it.


Cheers
 
Old 02-19-2015, 05:47 AM   #20
Slax-Dude
Member
 
Registered: Mar 2006
Location: Valadares, V.N.Gaia, Portugal
Distribution: Slackware
Posts: 528

Rep: Reputation: 272Reputation: 272Reputation: 272
Hello bartgymnast,

Thanks for setting this up!
I'm only interested in testing PAM at the moment, so I have a few questions:
1) What are the minimal packages required to PAMify my slackware?
2) Is the default config set to allow traditional flat file authentication?
 
Old 02-19-2015, 06:33 AM   #21
bartgymnast
Member
 
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368

Original Poster
Rep: Reputation: 165Reputation: 165
Quote:
Originally Posted by ivandi View Post
Util-linux package overlaps shadow's chsh and chfn. Adding --disable-chfn-chsh in util-linux.SlackBuild will fix it.


Cheers
hiya ivandi, thnkx for the heads up, will takes takes into the next update
 
Old 02-19-2015, 06:34 AM   #22
bartgymnast
Member
 
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368

Original Poster
Rep: Reputation: 165Reputation: 165
Quote:
Originally Posted by Slax-Dude View Post
Hello bartgymnast,

Thanks for setting this up!
I'm only interested in testing PAM at the moment, so I have a few questions:
1) What are the minimal packages required to PAMify my slackware?
2) Is the default config set to allow traditional flat file authentication?
Slax-dude,

for purely pam, I suggest you ask ivandi.
he has a pure pam packages not build against systemd.
if not mistaken, cracklib, pam, rebuild shadow is all really needed.

and than every package you want to pamify
 
Old 02-20-2015, 10:18 AM   #23
belka.ew
Member
 
Registered: Jul 2012
Location: Germany / Mannheim
Distribution: Slackware
Posts: 73

Rep: Reputation: Disabled
Quote:
Originally Posted by ivandi View Post
Util-linux package overlaps shadow's chsh and chfn. Adding --disable-chfn-chsh in util-linux.SlackBuild will fix it.


Cheers
fixed in git
 
Old 02-25-2015, 05:54 AM   #24
bartgymnast
Member
 
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368

Original Poster
Rep: Reputation: 165Reputation: 165
Hi All,

git has been branched as current-3.14 # This will be most likely the version for next stable Slackware

git master has been updated to 3.15.90
This is the 3.16 beta
Our planning is to start with this release to build with Wayland as default backend instead of X
The branch for this testing with Wayland will be targeted for the Slackware release after next.
 
Old 02-27-2015, 07:48 PM   #25
bartgymnast
Member
 
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368

Original Poster
Rep: Reputation: 165Reputation: 165
The 3.14 branch has some updates on git.

Currently I am working on a theme as default theme, I would like to hear some reactions on it.

The activities version looks like this:
http://git.dlackware.com/screenshot-activities.png

This is the window and menu theme:
http://git.dlackware.com/screenshot-menu.png
 
1 members found this post helpful.
Old 02-27-2015, 08:10 PM   #26
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Looks good Bart. Very clean UI stylization.
 
Old 02-27-2016, 10:23 PM   #27
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,263

Rep: Reputation: 231Reputation: 231Reputation: 231
Hi Bart!

I have built Dlackware from a clean current install. One issue I'm running into is that I cannot login to Gnome from the GDM menu. I can do so fine when I'm using startx in the multi-user.target. The problem I have is that after entering the password, the screen goes black and it kicks me back out to the GDM screen. I even tried create a new test user with a clean environment, with the same result. Could this be PAM related? I'm looking through the log files, but nothing is sticking out so far. Any ideas?
 
Old 02-27-2016, 11:44 PM   #28
belka.ew
Member
 
Registered: Jul 2012
Location: Germany / Mannheim
Distribution: Slackware
Posts: 73

Rep: Reputation: Disabled
Quote:
Originally Posted by stormtracknole View Post
Hi Bart!

I have built Dlackware from a clean current install. One issue I'm running into is that I cannot login to Gnome from the GDM menu. I can do so fine when I'm using startx in the multi-user.target. The problem I have is that after entering the password, the screen goes black and it kicks me back out to the GDM screen. I even tried create a new test user with a clean environment, with the same result. Could this be PAM related? I'm looking through the log files, but nothing is sticking out so far. Any ideas?
Yes, it can be Pam,we had a problem with the configuration some time ago, but wr fixedit already.
Another thing, after you selected your user you have to choose gnome wayland session. It won't work with the standard gnome session. We haven't yet found a way to set wayland to default option.
 
Old 02-27-2016, 11:50 PM   #29
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,263

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by belka.ew View Post
Yes, it can be Pam,we had a problem with the configuration some time ago, but wr fixedit already.
Another thing, after you selected your user you have to choose gnome wayland session. It won't work with the standard gnome session. We haven't yet found a way to set wayland to default option.
I have tried all 3 options and it's still a no-go. This is the latest git version that I used to build it.
 
Old 02-27-2016, 11:54 PM   #30
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,263

Rep: Reputation: 231Reputation: 231Reputation: 231
I take that back. On my virtual machine, using wayland works fine. However, on my desktop with an nvidia card, it does not. I'm thinking that this is more of an issue with wayland and nvidia.
 
  


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
Closest thing to Slackware but with PAM and systemd deadbeat Linux - Distributions 7 02-22-2015 11:47 PM
LXer: Top Ten Things Linux Users Say About systemd LXer Syndicated Linux News 0 01-24-2015 07:08 PM

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

All times are GMT -5. The time now is 02: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