On 1/18/2017 12:36 PM, BM = Brian Millett wrote:
BM> Linux 4.9.3-200.fc25.x86_64
I'm running 4.9.5-200.fc25.x86_64 after recent updates, but still have
the same problem.
BM> I running gnome3 NO X11 and I have setup
BM> keychain to run at launch of a terminal
BM> for the ssh agent. Have set the
BM = Brian Millett
BM>>> Is there a way (other than not autostarting the
BM>>> terminal) to delay the askpass dialog till a
BM>>> DISPLAY is set? Or any other ideas?
On Tue, 1/24/2017 9:28 PS = Pete Stieber wrote:
PS>> No solution, but other ideas...
PS>>
P
On 9/20/2013 3:23 PM, MW = Mike Wright wrote:
MW> Anybody have any idea where the archived
MW> *updates* repo may be?
http://archives.fedoraproject.org/pub/archive/fedora/linux/updates/
Pete
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https
On 9/20/2013 4:04 PM, MW = Mike Wright wrote:
MW> MW = Mike Wright wrote:
MW> MW>
MW> How did you do that? What a great way
MW> to follow who is on a thread.
MW> Seems to me to make it more personal.
MW>
MW> Very nice.
I noticed this format on the wxWidgets mailing list. I believe one of
On 9/20/2013 4:04 PM, MW = Mike Wright wrote:
MW>>> MW = Mike Wright wrote:
MW>>> MW>
MW>>> How did you do that? What a great way
MW>>> to follow who is on a thread.
MW>>> Seems to me to make it more personal.
MW>>>
MW>>> V
I have a machine that has dokuwiki loaded. In order to get it to work
with selinux, I followed some advice that was on:
https://www.dokuwiki.org/install:fedora
to allow apache to edit some files:
semanage fcontext -a -t httpd_mediawiki_rw_content_t '/etc/dokuwiki'
restorecon -v '/etc/dokuwiki
On 01/16/2015 12:19 PM, PS = Pete Stieber wrote:
PS>> I have a machine that has dokuwiki loaded.
PS>> In order to get it to work with selinux, I
PS>> followed some advice that was on:
PS>>
PS>> https://www.dokuwiki.org/install:fedora
PS>>
PS>> t
I received an answer that worked on the fedora forums.
1. Edit the file
/etc/selinux/targeted/modules/active/file_contexts.local and comment/fix
the wrong contexts.
In my case this meant changing httpd_mediawiki_rw_content_t to
mediawiki_rw_content_t. Then I used
# semanage fcontext -a -t
When I ran yum update today I received:
error: %preun(atlas-devel-3.10.1-16.fc21.x86_64) scriptlet failed, exit
status 2
Error in PRERUN scriptlet in rpm package atlas-devel-3.10.16-fc21.x86_64
when atlas was updated.
It looks like the newer version of atlas is installed.
$ rpm -qa | grep at
I'm trying to deploy a sample ruby on rails application on Fedora 20.
The application runs locally using WEBrick. I have the
mod_passenger-4.0.18-4.fc20.x86_64 package and the associated ruby gems
installed. I'm very new to this so I'm sure I'll be asking some stupid
questions.
The first th
On 7/31/2014 10:53 PM, SM = Shuichiro Makigaki wrote:
SM> Pete,
SM>
SM> I think selinux is running on enforcing mode?
SM> `sudo setenforce permissive` may make you happy
SM> temporarily, I think. Please try it.
Thanks. That helped. Now I have deployment errors I have to figure
them out before
I'm on the package announcement list and haven't received any
announcements since August 9. That many days without package
announcements is odd.
Pete
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listi
On 8/14/2014 10:01 AM, KF = Kevin Fenzi wrote:
KF> Kidding aside, there's been some issues with
KF> signing packages and pushing them...
Thanks for the info. It was clear from inactivity on the announcement
list that something was up.
Thanks again,
Pete
--
users mailing list
users@lists.fedo
Just updated a Fedora 15 box and this updated
subversion-libs-1.6.18-1.fc15.x86_64
mod_dav_svn-1.6.18-1.fc15.x86_64
subversion-1.6.18-1.fc15.x86_64
Now my post-commit hook to send mail doesn't work because it can't
import svn.fs. Any simple python code like...
#!/usr/bin/env python
import s
On 5/16/2012 8:49 AM, Pete Stieber wrote:
Just updated a Fedora 15 box and this updated
subversion-libs-1.6.18-1.fc15.x86_64
mod_dav_svn-1.6.18-1.fc15.x86_64
subversion-1.6.18-1.fc15.x86_64
Now my post-commit hook to send mail doesn't work because it can't
import svn.fs. Any simple p
I upgraded a Dell PowerEdge 2099 from Fedora 15 to Fedora 16 using a F16
x86_64 net install CD and the machine can't boot:
Error 15: File not found
Press any key to continue...
Then I get an old grub 0.97-71.fc15 screen with an "Upgrade to Fedora
12" message from long ago.
I know this is th
I'm trying to setup a git server on a Fedora 17 box. I created user
name git and setup bare Git repos under /home/git/repos. When I clone
these repos from another machine using
$ git clone git@server_name/repos/RepoName.git RepoName
selinux wants the type of /home/git to be user_home_t.
Wh
On 6/11/2012 6:40 PM, Jeff Gipson wrote:
On Mon, Jun 11, 2012 at 04:08:47PM -0700, Pete Stieber wrote:
I'm trying to setup a git server on a Fedora 17 box. I created user
name git and setup bare Git repos under /home/git/repos. When I clone
these repos from another machine using
$ git
On 06/11/2012 07:08 PM, PS = Pete Stieber wrote:
PS>> I'm trying to setup a git server on a Fedora
PS>> 17 box. I created user name git and setup
PS>> bare Git repos under /home/git/repos. When
PS>> I clone these repos from another machine using
PS>>
PS&
On 06/11/2012 08:34 AM, Pete Stieber wrote:
PS>>>> I'm trying to setup a git server on a
PS>>>> Fedora 17 box. I created user name git
PS>>>> and setup bare Git repos under
PS>>>> /home/git/repos. When I clone these
PS>>>> repos fro
On 6/14/2012 6:26 AM, PS = Pete Stieber wrote:
PS>> Dan, how do I undo the original semanage command?
On 6/14/2012 7:37 AM, DW = Daniel J Walsh wrote:
DW> # semanage fcontext -d "/home/git(/.*)?"
Thanks for the help. I seem to be stuck using the original solution
suggestio
I am struggling to get redmine 2.0.2 (http://www.redmine.org/) working
on a Fedora 17 box with selinux turned on. I know there is a
long-standing review request for rubygem-passenger
(https://bugzilla.redhat.com/show_bug.cgi?id=470696), but it is hung up
over a licensing issue. Is there a sel
On 8/5/2012 6:11 PM, Felipe Nunez wrote:
I am certainly sure that this list is not the adequate place to try to
solve a problem I'm having with the tools Rails 3, Passenger, Postgresl
and Apache when working in production environment in Fedora 17.
Whenever I try to access an application, usi
On 08/06/2012 09:30 PM, PS = Pete Stieber wrote:
PS>> Have you tried
PS>>
PS>> setenforce 0
PS>>
PS>> to see if the problem is SELinux relates?
On 8/6/2012 11:47 PM, JZ = Joe Zeff wrote:
JZ> I take it, then, that you haven't been
JZ> following the thread
On 08/07/2012 06:46 PM, PS = Pete Stieber wrote:
PS>> If I temporarily disable selinux, this doesn't occur.
On 8/7/2012 6:58 PM, JZ = Joe Zeff wrote:
JZ> Do you have the SELinux Troubleshooter daemon
JZ> running? If not, activate it and see if you
JZ> have any alerts. If so
25 matches
Mail list logo