Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-20-2010, 01:00 AM
|
#2
|
|
Senior Member
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 1,950
|
thanks slakmagik, gonna try it soon (already built a package with sspm).
|
|
|
|
07-20-2010, 02:09 AM
|
#3
|
|
Member
Registered: Feb 2009
Distribution: Slackware, Arch
Posts: 513
Rep: 
|
Thanks
|
|
|
|
07-20-2010, 03:09 AM
|
#4
|
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 14.0 // Desktop: Slackware64 14.0 // Netbook: Slackware 14.0
Posts: 6,183
|
Thanks.
P.S.
Spent 5 minutes wondering who ANN is, and why she needs to know about a sbopkg update. 
|
|
|
|
07-20-2010, 10:22 AM
|
#5
|
|
Member
Registered: Dec 2007
Location: Kennewick,WA
Distribution: Slackware 13.1
Posts: 168
Rep:
|
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 pat  at. Where do I look to fix this?
Even better - what am I trying to fix?
|
|
|
|
07-20-2010, 01:02 PM
|
#6
|
|
Senior Member
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113
Original Poster
Rep: 
|
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
|
|
|
|
07-21-2010, 05:26 AM
|
#7
|
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 14.0 // Desktop: Slackware64 14.0 // Netbook: Slackware 14.0
Posts: 6,183
|
Quote:
Originally Posted by slakmagik
brianL: sorry about that. 
|
At first I thought she might be su and PAM's sister.
|
|
|
|
07-21-2010, 08:10 AM
|
#8
|
|
Senior Member
Registered: Aug 2006
Location: Harrisburg, PA
Distribution: Slackware 13.37 & Slackware64_13.37
Posts: 1,118
Rep: 
|
Quote:
Originally Posted by brianL
At first I thought she might be su and PAM's sister.
|
Is she also HAL's sister?
|
|
|
|
07-21-2010, 08:15 AM
|
#9
|
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 14.0 // Desktop: Slackware64 14.0 // Netbook: Slackware 14.0
Posts: 6,183
|
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?).
|
|
|
|
07-21-2010, 10:18 AM
|
#10
|
|
Member
Registered: Dec 2007
Location: Kennewick,WA
Distribution: Slackware 13.1
Posts: 168
Rep:
|
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?
|
|
|
|
07-21-2010, 12:52 PM
|
#11
|
|
Senior Member
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113
Original Poster
Rep: 
|
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.
|
|
|
|
07-21-2010, 01:09 PM
|
#12
|
|
Senior Member
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 1,950
|
pat, try becoming root with
instead of the bare
this way you should get the right environment variables.
Last edited by ponce; 07-21-2010 at 01:13 PM.
|
|
|
|
07-21-2010, 10:40 PM
|
#13
|
|
Member
Registered: Dec 2007
Location: Kennewick,WA
Distribution: Slackware 13.1
Posts: 168
Rep:
|
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.
|
|
|
|
07-22-2010, 12:47 PM
|
#14
|
|
Senior Member
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113
Original Poster
Rep: 
|
I don't know what caused it, either, but I'm glad it's working for you now. 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:09 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|