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 07-19-2010, 09:21 PM   #1
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
[ANN] sbopkg 0.33.2 is released


This release contains one security fix. If you need this, for now please get it directly from http://code.google.com/p/sbopkg/.

Link to full announcement.
 
Old 07-20-2010, 01:00 AM   #2
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
thanks slakmagik, gonna try it soon (already built a package with sspm).
 
Old 07-20-2010, 02:09 AM   #3
piratesmack
Member
 
Registered: Feb 2009
Distribution: Slackware, Arch
Posts: 519

Rep: Reputation: 142Reputation: 142
Thanks
 
Old 07-20-2010, 03:09 AM   #4
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Thanks.
P.S.
Spent 5 minutes wondering who ANN is, and why she needs to know about a sbopkg update.
 
Old 07-20-2010, 10:22 AM   #5
patostevens
Member
 
Registered: Dec 2007
Location: Kennewick,WA
Distribution: Slackware 14
Posts: 172

Rep: Reputation: 21
Have used sbopkg many times with no issues. Now I'm getting the following message after syncing with the repository:

unsafe ownership on configuration file '/home/pat/.g
external program calls are disabled due to unsafe options fil
keyserver communications error: general error
WARNING: unable to fetch URL http://www.slackbuilds.org/GPG-K
Import done

All files in /home/pat are owned by patat. Where do I look to fix this?
Even better - what am I trying to fix?
 
Old 07-20-2010, 01:02 PM   #6
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Original Poster
Rep: Reputation: Disabled
patostevens: never seen that but it's probably a gpg/gnupg error. Try 'chmod 600 ~/.gnupg/gpg.conf' if it's not already. -- Actually, wait a minute. You're getting a message about /home/pat/? You should be running sbopkg as root (at this point) and it should be looking at /root/.gnupg/gpg.conf, and that should be root:root/600.

brianL: sorry about that.

piratesmack: welcome

ponce: great, thanks!

Last edited by slakmagik; 07-20-2010 at 01:10 PM. Reason: second thought on gpg
 
Old 07-21-2010, 05:26 AM   #7
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by slakmagik View Post
brianL: sorry about that.
At first I thought she might be su and PAM's sister.
 
Old 07-21-2010, 08:10 AM   #8
Lufbery
Senior Member
 
Registered: Aug 2006
Location: Harrisburg, PA
Distribution: Slackware 64 14.2
Posts: 1,180
Blog Entries: 29

Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by brianL View Post
At first I thought she might be su and PAM's sister.
Is she also HAL's sister?
 
Old 07-21-2010, 08:15 AM   #9
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
I think HAL's their big brother. Creator of the famous computer which he named after himself, but which obviously wasn't running Slackware (might have been Windows 2001?).
 
Old 07-21-2010, 10:18 AM   #10
patostevens
Member
 
Registered: Dec 2007
Location: Kennewick,WA
Distribution: Slackware 14
Posts: 172

Rep: Reputation: 21
I am running sbopkg as root. I have tried playing with ownership of /home/pat/.gnupg and it's files to no avail. It doesn't who owns what, the same error comes up. Also, ownerships in the ~/.gnupg are all root:root.

Also I have removed and re-installed sbopkg - same issue.

Any other ideas?
 
Old 07-21-2010, 12:52 PM   #11
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Original Poster
Rep: Reputation: Disabled
Like I say, /home/pat/* shouldn't have anything to do with this and it's not just the ownership, but the perms - root:root with the .gnupg dir as 700 and files as 600. Re-installing sbopkg won't have any effect because it's not an sbopkg problem. Somehow gpg seems to be running as the wrong user. What may be the problem may also be a solution: do you have GNUPGHOME set anywhere or have 'gpg' aliased/functioned/scripted to anything else? If so, unset it or clear the other stuff out so it runs the correct command. If not, try making sure the perms and ownership on /root/.gnupg and its files are correct and then run 'GNUPGHOME=/root/.gnupg sbopkg'. That command just makes explicit what ought to be the default.
 
Old 07-21-2010, 01:09 PM   #12
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
pat, try becoming root with
Code:
su -
instead of the bare
Code:
su
this way you should get the right environment variables.

Last edited by ponce; 07-21-2010 at 01:13 PM.
 
Old 07-21-2010, 10:40 PM   #13
patostevens
Member
 
Registered: Dec 2007
Location: Kennewick,WA
Distribution: Slackware 14
Posts: 172

Rep: Reputation: 21
Thanks slakmagic - your suggestion to run the GNUPGHOME command seems to have fixed it. I have no idea what caused the issue as I try never to mess with the settings like that. Oh well, probably demons from the 7th circle of M$ hell attacked my system. Thanks for the help everyone.
 
Old 07-22-2010, 12:47 PM   #14
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Original Poster
Rep: Reputation: Disabled
I don't know what caused it, either, but I'm glad it's working for you now.
 
  


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
[ANN] sbopkg 0.33.1 released slakmagik Slackware 6 05-27-2010 10:02 PM
Hello from Ann Arbor joemac LinuxQuestions.org Member Intro 1 01-19-2010 07:30 PM
Sbopkg 0.30.1 Released chess Slackware 10 09-01-2009 11:10 AM
Sbopkg 0.30.0alpha1 released for testing chess Slackware 35 07-14-2009 09:40 PM
[ANN] pkgcheck 0.05 has been released uselpa Slackware 0 09-09-2005 02:03 PM

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

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