Re: Mounting Galaxy S3 internal SD card

2012-07-27 Thread Alex
Hi,

>> Just got a new Samsung Galaxy S3 and would like to transfer files
>> between it and my fc15 box. When I insert the USB cable, it seems to
>> mount it with a file manager pop-up showing
>> "SAMSUNG_Android_SPH-L710", but it's otherwise not accessible on the
>> filesystem.
>>
>> How was it mounted?
>>
>> I've found several references to jmtpfs and MTP, but I was previously
>> able to mount my original Galaxy without any additional software, so
>> I'd appreciate a better explanation of what's happening.
>
> You don't say what model you had previously, but at least some later
> ones (I have the Google Nexus model) use Android 4.x, which does not
> support direct access as a mass storage device. According to Google,
> this because the phone's "SD Card" is just a region of main memory and
> it would be dangerous to allow unmediated access to it.
>
> IOW you need to use MTP or similar. I've had success using Nautilus,
> which detects the phone and can mount it via a userland library
> (presumably libMTP but I haven't checked). I also installed an FTP
> server on the phone; there are several available.

That's great information, thanks. The FTP server is a great idea.

I tried searching for a command-line app, but have been unable to find
one. How does Nautilus do it successfully? In other words, I assume
it's the case that libMTP is linked against Nautilus, but regular
mount doesn't support it?

My new phone is the Samsung Galaxy S3 SPH-L710, android version 4.0.4.
Sure would be nice to have regular cp and rsync support.

Thanks,
Alex
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: login fails

2012-07-27 Thread Patrick Dupre

On 2012-07-27 19:45, Bill Shirley wrote:

On 7/26/2012 6:12 PM, Patrick Dupre wrote:

On 2012-07-24 02:03, Christopher Svanefalk wrote:
Can you still log into the normal tty:s? Try ctrl-alt-f6 for 
example.



No, I can just not login on the machine
When I boot from another installation and mount the volume, the
permission seems right.

Not sure exactly what is broken here...but running "ls -l /usr/bin 
|
grep login"  and see what it says. Possibly some permissions were 
not

set properly because of the failed update.


I cannot login, so, I cannot make a ls command.
I use to log in text mode.


Best,

Christopher Svanefalk

On Tue, Jul 24, 2012 at 12:42 AM, Patrick Dupre  wrote:


Hello,

I tried to update a fedora 16 to 17. Unfortunately, the update
failed
very soon after the starting.
Then, no way to try again to update, the distribution was not
recognized.
Anyway, I was able to boot the distribution, but at the login,
after I
give a login name I get:
tty1: cant exec /bin/login permission denied

What are your recommendations?

Thank.

--




==

 Patrick DUPRÉ|   |  email:
pdu...@kegtux.org [1]




==

-- users mailing list
users@lists.fedoraproject.org [2]
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users [3]
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
[4]
Have a question? Ask away: http://ask.fedoraproject.org [5]




Links:
--
[1] mailto:pdu...@kegtux.org
[2] mailto:users@lists.fedoraproject.org
[3] https://admin.fedoraproject.org/mailman/listinfo/users
[4] http://fedoraproject.org/wiki/Mailing_list_guidelines
[5] http://ask.fedoraproject.org
[6] mailto:pdu...@kegtux.org




If it's a selinux problem, boot the distribution, mount the
partition, and edit /etc/selinux/config.  Change to
SELINUX=permissive

then reboot.  Hopefully that will get you logged in so you can find
the problem.  I suggest a re-label.

Bill


It does not help!

--
==
 Patrick DUPRÉ|   |  email: pdu...@kegtux.org
==
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: OT: need python help please

2012-07-27 Thread Michael Hennebry

On Fri, 27 Jul 2012, Roger wrote:


My daughter wants to teach her students tkinter interface with python.

She cannot get an entry into the field   entry1=Entry(fishDisplay, 
width=35).grid(row=0, column=1)
to display and this is out of my expertise. Can someone point us to a 
suitable tutorial on how to get test in a tk field into a variable and 
how to display it.


I ran Idle debug and the result from entry1 is None.


Entry(...) probably returns what is wanted.
The method grid might return None by design.
I don't see any examples where the return value is used:
http://effbot.org/tkinterbook/grid.htm

--
Michael   henne...@web.cs.ndsu.nodak.edu
"On Monday, I'm gonna have to tell my kindergarten class,
whom I teach not to run with scissors,
that my fiance ran me through with a broadsword."  --  Lily
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: login fails

2012-07-27 Thread Patrick Dupre

On 2012-07-27 19:45, Bill Shirley wrote:

On 7/26/2012 6:12 PM, Patrick Dupre wrote:

On 2012-07-24 02:03, Christopher Svanefalk wrote:
Can you still log into the normal tty:s? Try ctrl-alt-f6 for 
example.



No, I can just not login on the machine
When I boot from another installation and mount the volume, the
permission seems right.

Not sure exactly what is broken here...but running "ls -l /usr/bin 
|
grep login"  and see what it says. Possibly some permissions were 
not

set properly because of the failed update.


I cannot login, so, I cannot make a ls command.
I use to log in text mode.


Best,

Christopher Svanefalk

On Tue, Jul 24, 2012 at 12:42 AM, Patrick Dupre  wrote:


Hello,

I tried to update a fedora 16 to 17. Unfortunately, the update
failed
very soon after the starting.
Then, no way to try again to update, the distribution was not
recognized.
Anyway, I was able to boot the distribution, but at the login,
after I
give a login name I get:
tty1: cant exec /bin/login permission denied

What are your recommendations?

Thank.

--




==

 Patrick DUPRÉ|   |  email:
pdu...@kegtux.org [1]




==

-- users mailing list
users@lists.fedoraproject.org [2]
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users [3]
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
[4]
Have a question? Ask away: http://ask.fedoraproject.org [5]




Links:
--
[1] mailto:pdu...@kegtux.org
[2] mailto:users@lists.fedoraproject.org
[3] https://admin.fedoraproject.org/mailman/listinfo/users
[4] http://fedoraproject.org/wiki/Mailing_list_guidelines
[5] http://ask.fedoraproject.org
[6] mailto:pdu...@kegtux.org




If it's a selinux problem, boot the distribution, mount the
partition, and edit /etc/selinux/config.  Change to
SELINUX=permissive

then reboot.  Hopefully that will get you logged in so you can find
the problem.  I suggest a re-label.



The other problem is that when I try to update the distribution,
it is not recognize as a fedora distribution! I can boot it but not
login!

--
==
 Patrick DUPRÉ|   |  email: pdu...@kegtux.org
==
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: login fails

2012-07-27 Thread Patrick Dupre

On 2012-07-27 19:45, Bill Shirley wrote:

On 7/26/2012 6:12 PM, Patrick Dupre wrote:

On 2012-07-24 02:03, Christopher Svanefalk wrote:
Can you still log into the normal tty:s? Try ctrl-alt-f6 for 
example.



No, I can just not login on the machine
When I boot from another installation and mount the volume, the
permission seems right.

Not sure exactly what is broken here...but running "ls -l /usr/bin 
|
grep login"  and see what it says. Possibly some permissions were 
not

set properly because of the failed update.


I cannot login, so, I cannot make a ls command.
I use to log in text mode.


Best,

Christopher Svanefalk

On Tue, Jul 24, 2012 at 12:42 AM, Patrick Dupre  wrote:


Hello,

I tried to update a fedora 16 to 17. Unfortunately, the update
failed
very soon after the starting.
Then, no way to try again to update, the distribution was not
recognized.
Anyway, I was able to boot the distribution, but at the login,
after I
give a login name I get:
tty1: cant exec /bin/login permission denied

What are your recommendations?

Thank.

--




==

 Patrick DUPRÉ|   |  email:
pdu...@kegtux.org [1]




==

-- users mailing list
users@lists.fedoraproject.org [2]
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users [3]
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
[4]
Have a question? Ask away: http://ask.fedoraproject.org [5]




Links:
--
[1] mailto:pdu...@kegtux.org
[2] mailto:users@lists.fedoraproject.org
[3] https://admin.fedoraproject.org/mailman/listinfo/users
[4] http://fedoraproject.org/wiki/Mailing_list_guidelines
[5] http://ask.fedoraproject.org
[6] mailto:pdu...@kegtux.org




If it's a selinux problem, boot the distribution, mount the
partition, and edit /etc/selinux/config.  Change to
SELINUX=permissive

then reboot.  Hopefully that will get you logged in so you can find
the problem.  I suggest a re-label.



Thank,
But how can I re-label the partitions which are not mounted or
force these partitions to be re-labelled at a boot while they
are not part of the mounted distribution.
My understanding is that if I ask relabel on next reboot only the
booted partitions are relabelled?

Regards.


--
==
 Patrick DUPRÉ|   |  email: pdu...@kegtux.org
==
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Question for Evolution users.

2012-07-27 Thread Mark C. Allman


On Fri, 2012-07-27 at 10:46 -0500, Aaron Konstam wrote:
> Since "time immemorial" when you deleted as mail message in evolution
> the message entry on the screen gets a line through it but the entry
> remains.
> 
> Now on both my Fedora 17 installations when a message is deleted the
> entry appears briefly with a line through it but it immediately
> disappears.
> 
> Are others getting the same behavior or have I missed an option in the
> preferences?
> -- 
> ===
> Ask five economists and you'll get five different explanations (six if
> one went to Harvard). -- Edgar R. Fiedler
> ===
> Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net
> 

On the "View" menu there's an option to "Show Deleted Messages."  As I
understand it when you delete a message Evolution will draw a
strike-through line over the message and also remove the message from
the display unless "Show Deleted Messages" is checked.

-- 
Mark C. Allman, PMP, CSM
Founder, See How You Ski
Allman Professional Consulting, Inc., www.allmanpc.com
617-947-4263, Twitter:  @allmanpc


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Linux note-taking apps -- what's your favorite - followup #1

2012-07-27 Thread Aaron Konstam
On Thu, 2012-07-26 at 11:00 -0400, Max Pyziur wrote:
> > On Wed, Jul 25, 2012 at 12:01 PM, Max Pyziur  wrote:
> >>
> >> Greetings,
> >>
> >> I'm considering using one of Linux's note-taking apps:
> >> Zim
> >> gnote
> >> tomboy
> >> and some others.
> >>
> >> Any personal favorites from their respective user bases?
> >
> > Using Zim here; Gnote is/was in the past equal to Tomboy but the fact
> > that every note was opened in a separate window was annoying.
> > There are some others like cherrytree but I wanted a simpler GUI. I
> > used Keepnote in the past but it was slow and required a workaround to
> > launch.
> >
> > If having too many options does not bother you, go here:
> > http://alternativeto.net/software/zim---a-desktop-wiki/?platform=linux
> > . Personally I got so many options to try I decided to ignore the site
> > :p
> > --
> 
> Much thanks to everyone for all of the replies.
> 
> One point/question I overlooked at making:
> sometime ago I installed an rpm of a note-taking app called Tuxnotes
> procured from some 3rd-party repo (apologies I don't recall the repo). My
> notes are still buried in xml in a hidden directory called ".tuxnotes."
> For the sake of continuity, I'd like to recover these notes.
> 
> If someone knows of this app, that would be great (advice welcomed here,
> but not urgently needed).
> 
> Much thanks again,
> 
> Max Pyziur
> p...@brama.com

I was inerwested that no one mentioned cherrytree which is new in this
release. Or did I miss the reference?
-- 
=== /* And 
you'll never guess what the dog had */ /* in its mouth... */ -- Larry Wall in 
stab.c from the perl source code 
=== Aaron 
Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Question for Evolution users.

2012-07-27 Thread Aaron Konstam
Since "time immemorial" when you deleted as mail message in evolution
the message entry on the screen gets a line through it but the entry
remains.

Now on both my Fedora 17 installations when a message is deleted the
entry appears briefly with a line through it but it immediately
disappears.

Are others getting the same behavior or have I missed an option in the
preferences?
-- 
===
Ask five economists and you'll get five different explanations (six if
one went to Harvard). -- Edgar R. Fiedler
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Apache2 directory listing problem F16

2012-07-27 Thread Mike Wright

Hi Mark,

Sorry for starting a new thread but your post got inadvertently deleted.

Have you tried putting a  directive into your  or 
 directives?


  
 order allow,deny
 allow from all   # or IPs, hosts, etc
  

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Apache2 directory listing problem F16

2012-07-27 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07/27/2012 11:55 AM, Mark Haney wrote:
> I'm trying to get apache2 to allow me to list files and directories on my 
> netbook for use as a public repo to let my kids copy them if they want
> them.
> 
> The problem is, no matter what I do, I get an access denied error.  By
> default apache2 has INDEXES enabled for DOCROOT, but to be on the safe side
> I added a new directory directive for  and set INDEXES.
> Still nothing.
> 
> Then it occurred to me that selinux might be screwing with me, so I hit
> the troubleshooter and followed the directions for setting up a new policy
> for enabling directory access and used semodule to enable it.
> 
> Still no go.  Anything else I can do to fix this? There's nothing really in
> the access or error logs that help.  The apache user is owner and the perms
> are correct.
> 
> 
What directory are you sharing? What is DOCROOT?

If you set permissive mode "#setenforce 0"  does it work?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlAS64sACgkQrlYvE4MpobOmgQCaA7PdGAeJvbP+zAwh6uWP34UZ
pREAn0i1ZhejpGieCGa6xijI7Ru6LywQ
=vT3r
-END PGP SIGNATURE-
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: login fails

2012-07-27 Thread Bill Shirley


On 7/26/2012 6:12 PM, Patrick Dupre wrote:

On 2012-07-24 02:03, Christopher Svanefalk wrote:

Can you still log into the normal tty:s? Try ctrl-alt-f6 for example.



No, I can just not login on the machine
When I boot from another installation and mount the volume, the
permission seems right.


Not sure exactly what is broken here...but running "ls -l /usr/bin |
grep login"  and see what it says. Possibly some permissions were not
set properly because of the failed update.


I cannot login, so, I cannot make a ls command.
I use to log in text mode.


Best,

Christopher Svanefalk

On Tue, Jul 24, 2012 at 12:42 AM, Patrick Dupre  wrote:


Hello,

I tried to update a fedora 16 to 17. Unfortunately, the update
failed
very soon after the starting.
Then, no way to try again to update, the distribution was not
recognized.
Anyway, I was able to boot the distribution, but at the login,
after I
give a login name I get:
tty1: cant exec /bin/login permission denied

What are your recommendations?

Thank.

--



==

 Patrick DUPRÉ|   |  email:
pdu...@kegtux.org [1]



==

--
users mailing list
users@lists.fedoraproject.org [2]
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users [3]
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
[4]
Have a question? Ask away: http://ask.fedoraproject.org [5]




Links:
--
[1] mailto:pdu...@kegtux.org
[2] mailto:users@lists.fedoraproject.org
[3] https://admin.fedoraproject.org/mailman/listinfo/users
[4] http://fedoraproject.org/wiki/Mailing_list_guidelines
[5] http://ask.fedoraproject.org
[6] mailto:pdu...@kegtux.org




If it's a selinux problem, boot the distribution, mount the partition, 
and edit /etc/selinux/config.  Change to

SELINUX=permissive

then reboot.  Hopefully that will get you logged in so you can find the 
problem.  I suggest a re-label.


Bill


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Apache2 directory listing problem F16

2012-07-27 Thread David Quigley

On 07/27/2012 12:46, Tim wrote:

On Fri, 2012-07-27 at 11:55 -0400, Mark Haney wrote:
The problem is, no matter what I do, I get an access denied error.  
By
default apache2 has INDEXES enabled for DOCROOT, but to be on the 
safe

side I added a new directory directive for  and set
INDEXES.  Still nothing.


Is your access denied error just for trying to view an index, or does 
it

happen when trying to view anything?

Did you set that directive /after/ any opposing rules, were set?  And 
is

your filepath inside the usual docroot, or outside of it?  (It goes
inside  clauses.)

The files, and all the directories back to the Linux /, all need to 
be

world-readable, and the directories also need to be world executable.

e.g. /var/
 /var/www/
 /var/www/html/
 /var/www/html/whatever-else/

All need to have at least ---r-x directory permissions, and
---r-- file permissions.

Likewise, if you're serving from /home/your-username/public_html/

If SELinux is enforcing, then there needs to be a "httpd_sys_content" 
or
"httpd_user_content" context to the file and directories, too.  
That'll
be set, by default, if you create or copy files in the usual web 
serving
filepaths; but not if you created them elsewhere, and moved them 
over.


If you're serving from an unusual filepath, then you'll need to 
manually
apply file contexts.  And you'll need to re-apply them anytime 
there's a
relabelling of the file system, or, you'd create a rule for your 
serving

filespace, so it gets labelled automatically.

You may also need to tick some options on inside a SELinux 
configurator,

regarding local webserving, too.

--
[tim@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.


If he is serving from an unusual path he should use the semanage 
fcontext command to add the proper labeling and then just relabel that 
location. That way he doesn't have to worry about relabeling operations.


Dave
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Apache2 directory listing problem F16

2012-07-27 Thread Tim
On Fri, 2012-07-27 at 11:55 -0400, Mark Haney wrote:
> The problem is, no matter what I do, I get an access denied error.  By
> default apache2 has INDEXES enabled for DOCROOT, but to be on the safe
> side I added a new directory directive for  and set 
> INDEXES.  Still nothing.

Is your access denied error just for trying to view an index, or does it
happen when trying to view anything?

Did you set that directive /after/ any opposing rules, were set?  And is
your filepath inside the usual docroot, or outside of it?  (It goes
inside  clauses.)

The files, and all the directories back to the Linux /, all need to be
world-readable, and the directories also need to be world executable.

e.g. /var/
 /var/www/
 /var/www/html/
 /var/www/html/whatever-else/

All need to have at least ---r-x directory permissions, and
---r-- file permissions.

Likewise, if you're serving from /home/your-username/public_html/

If SELinux is enforcing, then there needs to be a "httpd_sys_content" or
"httpd_user_content" context to the file and directories, too.  That'll
be set, by default, if you create or copy files in the usual web serving
filepaths; but not if you created them elsewhere, and moved them over.

If you're serving from an unusual filepath, then you'll need to manually
apply file contexts.  And you'll need to re-apply them anytime there's a
relabelling of the file system, or, you'd create a rule for your serving
filespace, so it gets labelled automatically.

You may also need to tick some options on inside a SELinux configurator,
regarding local webserving, too.

-- 
[tim@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Apache2 directory listing problem F16

2012-07-27 Thread Tom Horsley
> The problem is, no matter what I do, I get an access denied error.

Here is what I have on my desktop at work to allow everyone to
get to a directory where I have ISO images for various
linux distros installed, seems to work for me (but I do have
selinux disabled):

# And throw in /caliban/install-iso as well
#
Alias /install-iso /caliban/install-iso


   Order allow,deny
   Allow from all
   Options +Indexes


I seem to recall there is also some mysterious setting
somewhere I had to dig up at home because certain files
are hidden by default (with names like README - no idea
why you'd want to hide all README files).
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Apache2 directory listing problem F16

2012-07-27 Thread Mark Haney
I'm trying to get apache2 to allow me to list files and directories on 
my netbook for use as a public repo to let my kids copy them if they 
want them.


The problem is, no matter what I do, I get an access denied error.  By 
default apache2 has INDEXES enabled for DOCROOT, but to be on the safe 
side I added a new directory directive for  and set 
INDEXES.  Still nothing.


Then it occurred to me that selinux might be screwing with me, so I hit 
the troubleshooter and followed the directions for setting up a new 
policy for enabling directory access and used semodule to enable it.


Still no go.  Anything else I can do to fix this? There's nothing really 
in the access or error logs that help.  The apache user is owner and the 
perms are correct.



--

Mark Haney
Software Developer/Consultant
AB Emblem
ma...@abemblem.com
Linux marius.homelinux 3.4.4-4.fc16.x86_64 GNU/Linux
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Run my windows dual-boot install in a window in f17

2012-07-27 Thread Claude Jones

On 07/26/2012 03:54 AM, Marko Vojinovic wrote:

On the contrary, yes it can be done. Basically, you point VirtualBox to your
physical partition which contains Windows, and let it boot from that.


I'd never heard of this option - nice trick!

--
Claude Jones
Brunswick, MD, USA
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


need help: nfsv4 idmap

2012-07-27 Thread Neal Becker
I'm wondering if I can use nfsv4 idmap so that I can share files between 
systems 
without syncing uids.

Thing is, I don't want to have to learn kerberos, ldap, etc.

Is it possible to use idmap functionality without any complicated setup?

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Mounting Galaxy S3 internal SD card

2012-07-27 Thread Patrick O'Callaghan
On Thu, 2012-07-26 at 20:29 -0400, Alex wrote:
> Hi,
> 
> Just got a new Samsung Galaxy S3 and would like to transfer files
> between it and my fc15 box. When I insert the USB cable, it seems to
> mount it with a file manager pop-up showing
> "SAMSUNG_Android_SPH-L710", but it's otherwise not accessible on the
> filesystem.
> 
> How was it mounted?
> 
> I've found several references to jmtpfs and MTP, but I was previously
> able to mount my original Galaxy without any additional software, so
> I'd appreciate a better explanation of what's happening.

You don't say what model you had previously, but at least some later
ones (I have the Google Nexus model) use Android 4.x, which does not
support direct access as a mass storage device. According to Google,
this because the phone's "SD Card" is just a region of main memory and
it would be dangerous to allow unmediated access to it.

IOW you need to use MTP or similar. I've had success using Nautilus,
which detects the phone and can mount it via a userland library
(presumably libMTP but I haven't checked). I also installed an FTP
server on the phone; there are several available.

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


OT: need python help please

2012-07-27 Thread Roger

My daughter wants to teach her students tkinter interface with python.

She cannot get an entry into the field   entry1=Entry(fishDisplay, 
width=35).grid(row=0, column=1)
to display and this is out of my expertise. Can someone point us to a 
suitable tutorial on how to get test in a tk field into a variable and 
how to display it.


I ran Idle debug and the result from entry1 is None.

Part of the little app she wrote is as follows.
Please help if possible.
thanks in advance
Roger

from fish import *
from tkinter import *

def searchFish():

def fishies(*args):
#names
siamon   = fish[0][0]
goldfish = fish[1][0]
norbert  = fish[2][0]
slug = fish[3][0]
snail= fish[4][0]
howzart  = fish[5][0]
fidget   = fish[6][0]
#aggressive
siamon_a   = fish[0][1]
goldfish_a = fish[1][1]
norbert_a  = fish[2][1]
slug_a = fish[3][1]
snail_a= fish[4][1]
howzart_a  = fish[5][1]
fidget_a   = fish[6][1]
#habit
siamon_h   = fish[0][2]
goldfish_h = fish[1][2]
norbert_h  = fish[2][2]
slug_h = fish[3][2]
snail_h= fish[4][2]
howzart_h  = fish[5][2]
fidget_h   = fish[6][2]

if entry1=="Goldfish":
details=Label(fishDisplay, bg='lightblue', 
text='Goldfish').grid(row=3, column=1)




   #print(goldfish[0], goldfish_a[0],goldfish_h[0]) #use the [0] to 
remove the ['']'s when printed

 THE START OF THE TKINTERFACE 

# sf = searchFish
sf = Tk()
sf.title('Jackson\'s Pond Emporium >> Search A Fish')
sf.geometry("500x400")
sf['background']='lightblue'

window=Frame(sf).pack()

green = PhotoImage(file='GreenFish.gif', master=sf)

topFrame = Frame(window, bg='lightblue').pack(side=TOP, anchor=NW)
newfont = ('arial', 20, 'bold')
g = Label(topFrame, image=green, bg='lightblue').pack(side=LEFT, 
anchor=NW, padx=2, pady=2)
title = Label(topFrame, text = 'Fishbase', font = newfont, 
bg='lightblue')

title.config(height=3, width=3)
title.pack(side=TOP, fill=BOTH)

fishDisplay = Canvas(window, bg='lightblue')

Label(fishDisplay, text='Keyword:', bg='lightblue', 
fg='black').grid(row=0, column=0, sticky=W)

entry1=Entry(fishDisplay, width=35).grid(row=0, column=1)
btn_search=Button(fishDisplay, width=6, text='Search', 
command=fishies).grid(row=0, column=3)


Label(fishDisplay, text='Details:', bg='lightblue', 
fg='black').grid(row=2, column=0, sticky=W)
details=Label(fishDisplay, bg='lightblue', text='Search the 
Fishbase').grid(row=2, column=1)

fishDisplay.pack(side=TOP, anchor=W, fill=X)

sf.bind('', fishies)
print('entry1 ',entry1)
sf.mainloop()

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F17 takes so long to reboot/poweroff

2012-07-27 Thread sguazt
On Thu, Jul 26, 2012 at 1:24 AM, Rick Stevens  wrote:
[cut]
>
> I don't run the same desktop as you do and I'm not 100% sure the
> keyring stuff all shows up in ps outputs as some of it are parts
> of other daemons, but I did notice a difference in the gnome-keyring-daemon.
> Mine looks like:
>
> /usr/bin/gnome-keyring-daemon --daemonize --login
>
> The difference may be between the Openbox and XFCE desktops, however
> the "--foreground" bit may be what's blocking the logout/shutdown.
>
> You could stop that daemon, then try the shutdown and see if things
> speed up. That's just a wild-*ssed guess, mind you. Your mileage may
> vary, batteries not included, etc. etc.
>
Hi Rick,

I've tried to kill both to "incriminated" gnome-keyring-daemon process
and all the two gnome-keyring-process but things are not changed.
Next time I'll try with the hint proposed by Emilio.

Thank you very much

Cheers,

-- Marco
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org