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 mo

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

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 o

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

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

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 appea

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 respe

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

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 ch

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 a

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.

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

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 de

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/instal

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

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 lis

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 u

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 acces

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

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: > >