Re: Fedora 23 will not boot if laptop lid closed

2016-01-20 Thread Mike Wohlgemuth
On Wed, 2016-01-20 at 09:38 +0800, Ed Greshko wrote:
> 
> 
> Not sure if this will fix it, but worth a try
> 
> Look in the file /etc/systemd/logind.conf and check to make sure that
> 
> HandleLidSwitch=ignore
> 
> is set.
> 
Thanks!  That seems to have fixed it.  Reading up on the setting, I'm
now wondering why it was working the way I wanted before :/
Woogie-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Fedora 23 will not boot if laptop lid closed

2016-01-16 Thread Mike Wohlgemuth
I have an old laptop that I use as a home server, so it sits in the
corner closed most of the time.  Something changed with the last set of
updates I applied so now if I reboot, it suspends in the middle of the
boot process, and will not continue until I open the laptop, at which
point it will continue.  Is anyone else seeing this?  Is there a new
setting somewhere that I can change to get it to boot with the lid
closed?

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


Open new window for new empathy conversations

2015-04-28 Thread Mike Wohlgemuth
I'm running Gnome on F21.  How do I get empathy to open a new window
when someone starts a new chat with me?  The notifications are nice, but
unless I'm sitting right there as it happens, I tend to miss them.

Thanks
Woogie

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


VGA out to my TV

2015-02-28 Thread Mike Wohlgemuth
I've had a few different laptops over the last few years doing VGA out
to my Vizio TV.  It took quite a bit of experimenting, but I figured out
a modeline that worked and put the following
in /etc/X11/xorg.conf.d/40-monitor.conf:

Section "Monitor"
  Identifier  "VGA1"
# Vizio Manufacturer's modeline.  Shifted left and up
#  ModeLine "1920x1080" 138.50 1920 1968 2000 2080 1080 1083 1088  +hsync 
-vsync
#
# This one is closer.  Shifted a bit right and too tall
#  ModeLine "1920x1080" 138.50 1920 1950 2006 2200 1080 1082 1088 1125 +hsync 
-vsync
# By trial and error, this works!
  ModeLine "1920x1080" 138.50 1920 1960 2016 2200 1080 1082 1088 1125 +hsync 
-vsync
  Option   "PreferredMode" "1920x1080"
EndSection

I've just purchased a new Intel NUC.  In case it helps here is the link
to exactly what I got:

http://smile.amazon.com/gp/product/B00HZDLNWO/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1

Since it has a DisplayPort, I got a DisplayPort to VGA adapter, and changed the 
file to this:

Section "Monitor"
  Identifier  "DP1"
# Vizio Manufacturer's modeline.  Shifted left and up
#  ModeLine "1920x1080" 138.50 1920 1968 2000 2080 1080 1083 1088  +hsync 
-vsync
#
# This one is closer.  Shifted a bit right and too tall
#  ModeLine "1920x1080" 138.50 1920 1950 2006 2200 1080 1082 1088 1125 +hsync 
-vsync
# By trial and error, this works!
  ModeLine "1920x1080" 138.50 1920 1960 2016 2200 1080 1082 1088 1125 +hsync 
-vsync
  Option   "PreferredMode" "1920x1080"
EndSection

But it is not working.  I've add the output of

journalctl -e /usr/libexec/Xorg.bin

to the end of this email.

If I'm reading this right it not even picking up the settings from the
file.  Any tips on what I can do to fix this?

Thanks
Woogie

Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: X.Org X Server 1.16.3
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: Release Date: 
2014-12-20
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: X Protocol Version 11, 
Revision 0
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: Build Operating 
System:  3.17.8-300.bz1178975.fc21.x86_64
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: Current Operating 
System: Linux cosmodrome.woogie.net 3.18.7-200.fc21.x86_64 #1 SMP Wed Feb 11 
21:53:17 UTC 2015 x86_64
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: Kernel command line: 
BOOT_IMAGE=/vmlinuz-3.18.7-200.fc21.x86_64 
root=/dev/mapper/fedora_cosmodrome-root ro rd.lvm.lv=fedora_cosmodrome/root 
rd.lvm.lv=fedora_cosmodrome/swap rhgb quiet LANG=en_US.UTF-8
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: Build Date: 31 January 
2015  11:23:27PM
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: Build ID: 
xorg-x11-server 1.16.3-2.fc21
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: Current version of 
pixman: 0.32.6
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: Before reporting 
problems, check http://wiki.x.org
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: to make sure that you 
have the latest version.
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: Markers: (--) probed, 
(**) from config file, (==) default setting,
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: (++) from command 
line, (!!) notice, (II) informational,
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: (WW) warning, (EE) 
error, (NI) not implemented, (??) unknown.
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: (++) Log file: 
"/dev/null", Time: Sat Feb 28 09:08:34 2015
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: (==) Using config 
directory: "/etc/X11/xorg.conf.d"
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: (==) Using system 
config directory "/usr/share/X11/xorg.conf.d"
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: (==) No Layout 
section.  Using the first Screen section.
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: (==) No screen section 
available. Using defaults.
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: (**) |-->Screen 
"Default Screen Section" (0)
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: (**) |   |-->Monitor 
""
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: (==) No monitor 
specified for screen "Default Screen Section".
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: Using a default 
monitor configuration.
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: (==) Automatically 
adding devices
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: (==) Automatically 
enabling devices
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: (==) Automatically 
adding GPU devices
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: (==) FontPath set to:
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: 
catalogue:/etc/X11/fontpath.d,
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: built-ins
Feb 28 09:08:34 cosmodrome.woogie.net gdm-Xorg-:0[1331]: (==) ModulePath set to 
"/usr/lib6

Re: The earliest release of Linux by Linus Torvalds

2015-02-27 Thread Mike Wohlgemuth
On Thu, 2015-02-26 at 15:36 -0600, Chris Adams wrote:

> I'm pretty sure MCC Interim Linux and maybe TAMU pre-date SLS.

According to this, you are correct:

http://futurist.se/gldt/

Woogie

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


Re: F21 partitioning circus

2015-02-25 Thread Mike Wohlgemuth
On Wed, 2015-02-25 at 12:56 -0800, Joe Zeff wrote:
> On 02/25/2015 12:46 PM, Heinz Diehl wrote:
> > An example could be something like this: a button which opens a shell with
> > fdisk or gparted or similar,
> 
> I like that.  If you don't know enough Linux to use those tools (or how 
> to read and understand whatever help they give) you probably don't know 
> enough about the potential consequences of what you want to do.  That 
> would be an excellent pons asinorum that would weed out most of the 
> users who have overestimated their own knowledge and skills.  I presume 
> that the GUI already has sanity checks that make sure that you don't put 
> directories that must be on the root filesystem for booting onto 
> separate partitions, and those would still apply.

I'm not clear how this is better than just running fdisk off the live
image before running the installer, though.

Woogie

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


Re: Network Manager vpnc

2015-02-13 Thread Mike Wohlgemuth
On Fri, 2015-02-13 at 12:24 -0500, Fred Smith wrote:

> Mike:
> 
> in the vpnc setup for NM, click on the tab labeled "IPv4 Settings", then
> the "Routes" button, and on that popup window, click the checkbox for
> "Use this connection only for resources on its network". Voila!
> 
> Fred

Thanks!  I could swear I tried that before with no luck, but it seems to
work just as you would expect now.

Mike

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


Network Manager vpnc

2015-02-13 Thread Mike Wohlgemuth
Work recently switched to a Palo Alto GlobalProtect based VPN, which
works with vpnc.  I am able to connect to it fine if I just configure
the settings under "Identity" in NetworkManager using
NetworkManager-vpnc.  However, this sends all my traffic over the VPN,
so it's not ideal.  I should be able to customize the settings under
"IPv4" to do split routing, and I even have instructions for doing so
under Ubuntu, but whenever I change anything under "IPv4" the VPN fails
to connect.  I'm at a loss as to how to get any better debugging info to
see why that is.  Is there some trick to getting this working that I am
missing?

Thanks
Mike

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


Re: How to install MATE on fedora workstation

2014-12-15 Thread Mike Wohlgemuth
On Mon, 2014-12-15 at 15:44 +0200, Pasha R wrote:
> Hi, 
> 
> 
> Command "yum groupinstall "MATE Desktop"" attempts to resolve
> dependencies and fails with conflict between
> fedora-release-workstation and fedora-release-nonproduct. 
> 
What is the output of 

rpm -qa | grep fedora-release

Woogie

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


Re: Fedora-21 upgrade - lost WiFi

2014-12-13 Thread Mike Wohlgemuth
I've upgraded 3 laptops.  In each case, both ethernet and wifi
disappeared on the first boot into Fedora 21.  Rebooting fixed the
issue.

Woogie

On Sat, 2014-12-13 at 13:25 +, Timothy Murphy wrote:
> I've lost WiFi on upgrading my Thinkpad T61 from Fedora-20/KDE to Fedora-21,
> using fedup.
> The WiFi card is Intel Corporation PRO/Wireless 4965 .
> I have what I assume is the correct driver - iwl5965 (and iwlegacy) loaded,
> 
> When I run "sudo ip link show" the following interfaces are listed:
> 1: lo
> 2: enp0s25: 
> 3: wlp3s0: 
> I take it the last means the WiFi card is seen?
> 
> But now I get
> [tim@rose network-scripts]$ sudo ifconfig wlp3s0 up
> SIOCSIFFLAGS: Operation not possible due to RF-kill
> I'm not sure what this signifies?
> 
> [tim@rose network-scripts]$ sudo rfkill list
> gives
> 1: phy0: Wireless LAN
> Soft blocked: yes
> Hard blocked: no
> 
> But after [tim@rose network-scripts]$ sudo rfkill unblock all
> I can run
> [tim@rose tmp]$ sudo ifconfig wlp3s0 up
> without complaint.
> 
> Now ifconfig shows the interface,
> but without the local IP address 
> given in /etc/sysconfig/network-scripts/ifcfg-wlp3s0
> Maybe NM no longer reads this file?
> 
> After
> [tim@rose tmp]$ sudo ifconfig wlp3s0 192.168.2.3
> ifconfig shows this correct local address.
> 
> But I am unable to connect to any other machine,
> and the router does not log any attempted connectiion.
> 
> Any advice or elucidation gratefully received.
> 
> -- 
> Timothy Murphy  
> gayleard /at/ eircom.net
> School of Mathematics, Trinity College, Dublin
> 


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


Re: Latest systemd news

2014-12-02 Thread Mike Wohlgemuth
On Tue, 2014-12-02 at 10:22 -0800, Rick Stevens wrote:
> On 12/02/2014 06:47 AM, Paul W. Frields wrote:
>
> > * Simplifying startup configuration
> 
> Simplifying startup?

No. Simplifying startup configuration.

Woogie

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


Re: announcement --- planned Yum replacement now ready for user testing

2014-01-02 Thread Mike Wohlgemuth
On Thu, 2014-01-02 at 19:15 +0100, Ralf Corsepius wrote:

> Says who and has decided who?
> 
> If Fedora was an openly lead project, a yum competitor such as dnf would 
> be evaluated against yum and a decision be drawn at an arbitrary future 
> point in time.
> 

This is the first I've heard of dnf, however a cursory Google search
shows that it has been discussed for months.  I presume that were I
involved in the forums and mailing lists where the future of Fedora was
being discussed, I would have had ample opportunity to do just what you
are talking about.  Since I have chosen not to be actively involved in
the Fedora development process, I am not shocked by development
decisions getting made without my input.

Woogie

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


Re: scan a document into a pdf

2013-01-22 Thread Mike Wohlgemuth
On Mon, 2013-01-21 at 12:05 -0500, JOYCE POLZIN wrote:
> Is there an application other than gscan2pdf (which doesn't work)

I use simple-scan and have never had any issues.

Woogie

-- 
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: chrome on f18 (fix)

2013-01-16 Thread Mike Wohlgemuth
On Wed, 2013-01-16 at 10:11 -0500, Neal Becker wrote:
> Well, workaround really.
> 
> /usr/lib64/libudev.so.0 -> /usr/lib64/libudev.so.1
> 

A better solution is probably:

yum remove google-chrome-stable
yum install google-chrome-stable

Woogie

-- 
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: Why did they f*ck with GIMP?

2012-09-14 Thread Mike Wohlgemuth
On Fri, 2012-09-14 at 15:57 +0200, Heinz Diehl wrote:

> Gimp and "single window interface"? What Fedora are you actually on??
> I'm on a fully updated F17, and I don't have a single window interface
> in Gimp (wish I had)..

Under the "Windows" drop down menu, there is a check box labeled
"Single-Window Mode".  Make sure it is checked.

Woogie

-- 
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: GCC_3.3.1

2012-08-10 Thread Mike Wohlgemuth
On Thu, 2012-08-09 at 15:49 +0200, Patrick Dupre wrote:
> Hello,
> 
> I have an application (gopenmol) which requires GCC_3.3.1, if I am 
> correct:
> 
> gopenmol: /usr/src/misc/gopenmol/gOpenMol-3.00/lib/libgcc_s.so.1: 
> version `GCC_3.3.1' not found (required by /usr/lib/libX11.so.6)
> 

Googling for 'gopenmol "fedora 17"' found this:

http://www.linuxquestions.org/questions/linux-software-2/regarding-the-installation-of-software-gopenmol-949343/

Woogie

-- 
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: An apology is required from me

2012-06-23 Thread Mike Wohlgemuth

On 06/23/2012 10:09 AM, Daniel wrote:


Okay, now, go back and read the opinion that Mike Wohlgemuth actually
expressed, which began with the claim that I'm astonishingly arrogant.


I apologize if I misinterpreted your statement.  Someone claimed that 
they found gnome bashing tiresome.  Your response was they should 
complain to the Gnome developers.  It seemed sort of analogous to 
ordering a pizza in a restaurant and realizing it has anchovies on it.  
You hate anchovies, but it was clearly labeled as coming with 
anchovies.  It seems at this point you could choose to take the 
anchovies off and eat the rest of the pizza.  Or you could talk to the 
wait staff about resolving the issue.  Or you could complain loudly to 
all the other patrons, and when the other patrons express displeasure 
with your actions, tell them that it is really the restaurant's fault. 
This third option is what I find astonishingly arrogant.


Again, I apologize if I mistook your statement as advocating this third 
option. I will stay out of this discussion from now on, because it isn't 
really productive.


Woogie
--
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: An apology is required from me

2012-06-22 Thread Mike Wohlgemuth

On 06/20/2012 11:01 AM, Daniel wrote:


Your fatigue would largely have been avoided had the Gnome developers 
 proceeded differently.  So perhaps you should complain to them. ;-)


Wow.  The arrogance in that statement is rather astounding.  You 
seriously believe that I should complain to the Gnome developers because 
there are people on a mailing list that is only tangentially related to 
Gnome who can't stop beating a dead horse?


1. No discussion on this list will likely ever impact Gnome
   development.  Go to the gnome devel list for that.
2. The only likely scenario in which discussions on this list will
   impact Fedora development is if one of the development team also
   reads this list and takes it upon themselves to follow up on the
   Fedora devel lists.
3. The vast majority of users of Fedora, whether or not they use Gnome,
   could not care less about your opinions on the Gnome development
   process, and do get tired of the repetition, and telling them that
   it is their fault is insulting.

Woogie

-- 
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: Power-off stupidity remains in Gnome 3

2012-06-15 Thread Mike Wohlgemuth

On 06/15/2012 01:07 PM, Joe Zeff wrote:
I wonder how the Gnome devs would respond to this: "Large numbers of 
our users dislike  so much that they're migrating to a 
different DE.  At this rate, Gnome will soon be a minor niche DE in 
Fedora."

If you have any hard data about that, I'd love to see it.

Woogie
--
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: F16->17 preupgrade - does it handle the /usr move?

2012-06-07 Thread Mike Wohlgemuth

On 06/07/2012 10:07 AM, Steve Dowe wrote:


I can't seem to find the definitive (or any) answer on the web site.  
The 'Upgrading Fedora using yum' section goes through the necessary 
steps using dracut.  I'm assuming these steps are not required before 
running preupgrade in F16?

Preupgrade handled the /usr move fine for me.

Woogie
--
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 upgrade frustration

2012-06-05 Thread Mike Wohlgemuth

On 06/05/2012 09:49 AM, Mark Haney wrote:
I've about had it with this bloody upgrade nonsense.  Nothing I do 
gets me past the 'dirty filesystems' dialog when trying to upgrade.  I 
filed a bug report, but so far no answer.


Has anyone else found a way to make this go away? Short of a 
wipe/install that is.


I've never run into this, but from a few minutes spent on 
bugzilla.redhat.com, things don't sound great for you.  I see sparse 
reports of the same issue over various releases, with no definitive 
fix.  In the past, someone was able to work around it by modifying 
install.img:


https://bugzilla.redhat.com/show_bug.cgi?id=557989#c14

But there is apparently no longer an install.img to modify, and I have 
no clue where you would look to do something similar now.  Maybe someone 
more knowledgeable could point you in the right direction?


Good Luck
Woogie

--
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: grub.cfg not updated during preupgrade

2012-06-04 Thread Mike Wohlgemuth

On 06/04/2012 08:49 AM, Patrick O'Callaghan wrote:

So it looks like the issue was that grub.cfg should have been changed
during the preupgrade, but wasn't. Has anyone else seen this?

Yep.  Happened to me, too.  I saw it mentioned somewhere in a bugzilla 
issue about the kernel panic you mentioned, but I don't have the bug 
number handy.


Woogie
--
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: Changing the login screen background image in F16

2012-04-11 Thread Mike Wohlgemuth

On 04/11/2012 04:41 PM, Fernando Cassia wrote:

I've looked around and can't find where the Gnome login screen
background image is stored. I want to set it to something different
from the default.

I know you've found other answers, but I thought I'd throw this out 
there, too. I've created the following file:


/etc/dconf/db/gdm.d/01-local-settings

and put the following in it:

[org/gnome/desktop/background]
picture-options='zoom'
picture-uri='file:///usr/local/share/backgrounds/MyLocalBackground.jpg'

Thanks
Mike
--
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: .bash_history in F15/16 randomly truncated/incomplete/damaged

2012-03-28 Thread Mike Wohlgemuth

On 03/28/2012 09:51 AM, Reindl Harald wrote:

usually bash writes down .bash_history on close
try it out with "cat ~/.bash_history" and you will
not see the entries of your current session!

so if you have more than one bash-instance open
all of them writing down their history and the
last one wins

That behavior has always annoyed me, since I always seem to be missing 
useful parts of my history.  Recently, someone suggested I add the 
following to my .bash_profile:


export HISTSIZE=5000
shopt -s histappend
PROMPT_COMMAND="history -a;$PROMPT_COMMAND"

First, it increases my history size, and second, it appends the current 
shell's history to the file, not overwrites it, and third, it updates 
the history file with each command that is entered.


I am much happier now.

Woogie
--
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: failure to display twitter on F16

2012-01-09 Thread Mike Wohlgemuth

On 01/09/2012 03:26 AM, Paolo De Michele wrote:

hi list,

I have a problem with Fedora 16 in view of twitter site with browsers 
google chrome and chromium. with firefox there is no problem.
I leave a link to view a video the error I get: 
http://imageshack.us/photo/my-images/441/chromeya.png



Does this fix it for you?

http://blog.randell.ph/2011/06/11/fix-for-aw-snap-while-loading-twitter-in-fedora-15-with-selinux-enforcing-enabled/

Woogie
-- 
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 re: multi-head gnome3

2011-12-12 Thread Mike Wohlgemuth
On 12/12/2011 11:33 AM, Thomas Cameron wrote:
> How do I do multi-desktop on both the left and right screens??? I need
> to be able to run an app that spans desktops but I want to do it on
> multiple desktops!

I haven't tried it, but does this work?

http://gregcor.com/2011/05/07/fix-dual-monitors-in-gnome-3-aka-my-workspaces-are-broken/

Mike
-- 
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: Trends - how to save Fedora ?

2011-11-13 Thread Mike Wohlgemuth
On 11/13/2011 09:30 AM, Alan Cox wrote:
> That's a politicians answer. It's completely ignoring the point raised.
>
>

With all due respect, the original poster appeared not to have much of a 
point.  Statements like

"every Fedora release is going downhill ... Time for Fedora to decouple 
from RH and become quality UNIX-like distro on its own ?"

are all but content free.  Other than the fact that the poster is 
dissatisfied, I have no other information with which to judge whether or 
not I have any common ground with them.  The poster proposes rather 
vague but drastic changes without any information about how those 
changes would help the situation in any way.  There are also better 
forums than the users list to propose changes to Fedora governance.  All 
in all, treating the post as a troll seems remarkably reasonable.

Thanks
Mike



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


Re: OpenVPN under Fedora-16

2011-11-10 Thread Mike Wohlgemuth
On 11/10/2011 07:38 AM, Timothy Murphy wrote:
> Is anyone running this?
> There does not appear to be an entry for openvpn in /etc/init.d/ .
> Why is this?
> (Starting openvpn from the command line does not work.)
> Any suggestions?
>

It looks like openvpn has been migrated to systemd.  The old command:

   service openvpn start

should still start it, but the systemd style command is

   systemctl start openvpn.service

The systemd file that is the closest equivalent to /etc/init.d/openvpn is

   /lib/systemd/system/openvpn@.service

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


Re: fail2ban vs. logrotate

2011-10-25 Thread Mike Wohlgemuth
On 10/25/2011 11:12 AM, Mikkel L. Ellertson wrote:
> It looks like you would have to modify the syslog logrotate script
> and add a second command in the postrotate section after it restarts
> syslogd. Does fail2ban accept a SIGHUP to close and reopen the log file?
>
>
That was my first thought, but I don't see any way to get fail2ban to 
reopen the log file without also forgetting the current ban list.

Thanks
Mike
-- 
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


Re: fail2ban vs. logrotate

2011-10-25 Thread Mike Wohlgemuth
On 10/25/2011 01:23 AM, Andre Speelmans wrote:
> Change the config file for logrotate so that it does not create a new
> file, but that it uses copy-and-truncate. The exact syntax is easily
> found in the man-page.
>
Ah, that looks like what I need.  I read the man page and spaced on the 
implications for that.

Thanks
Mike
-- 
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


fail2ban vs. logrotate

2011-10-24 Thread Mike Wohlgemuth
I've installed fail2ban on Fedora 15 to block repeated failed ssh 
connections.  It works great up until logrotate kicks in.  When it 
rotates /var/log/secure then fail2ban stops noticing failed ssh 
attempts.  Using fail2ban-client to reload the jail fixes the problem, 
but it also causes fail2ban to forget all currently banned IP 
addresses.  I've found scripts online that will allow for extracting the 
current bans before reloading, and then applying them again after, but 
that seems pretty extreme. I can't help but think I must be missing 
something simple that will get fail2ban to notice that the logs have 
been rotated.  Has anyone else seeing this issue?  I see some reports in 
bugzilla about fail2ban, but nothing that is definitely this problem.

Thanks
Mike
-- 
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


Re: how to bind single interface with more than one cpu

2011-10-19 Thread Mike Wohlgemuth
On 10/19/2011 11:15 AM, Benjamin wrote:
>Hi,
>
> I am using fedora 15 for application server.That applicaton is very
> loaded in network and we have good h/w which having 4 core cpu and
> currently 1 lan interface are using.So now i want to bind that interface
> with more than one cpu to gain more performance and more throughput.
>
> I tried to do it by smp_afinity, but i can't. so i need advice and help.
> Is there anything required from kernel side.? any parameter or any thing
> which need to enable in kernel.?
>
When you say you tried to do it by smp_afinity, what exactly did you do?

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


Re: Yep, names like p4p1 are soooo much better than eth0 :-(

2011-10-12 Thread Mike Wohlgemuth
On 10/12/2011 09:35 PM, Robert Myers wrote:
> Forget it.  Computer software types understand neither physics nor
> mathematics, nor, for the most part, how computers actually work.
>
> In order for this sub-species to survive emotionally, it is necessary
> for them to have control over something.  Since they don't understand
> anything they don't control arbitrarily, arbitrary changes are the
> price we pay for the services of these geniuses.
>
Can you please cut this crap out?  Can all the people on this list that 
feel the need to insult Fedora and its devs please choose another 
distribution to use and unsubscribe from this list?  Adults have better 
things to do than to slog through this kind of ugliness.

The adults also realize that Fedora already has a process pretty much 
exactly as Thomas described, and participate in it if they want to.

Thanks
Mike
-- 
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


Re: Developers responsibillity to Fedora Users

2011-09-28 Thread Mike Wohlgemuth
On 09/28/2011 08:32 AM, Wade Hampton wrote:
> Additional data points that might add to the flames:
>
> 1)  I have a co-worker new to Linux.  He tried F15 and hated it,
>   then went back to F14.  I believe WinXP/Vista/7 users
>   trying Linux for the first time ARE confused by F15/Gnome3.
>
> 2)  Other friends/co-workers have moved to Ubuntu for their
>   desktop and only use RHEL/CentOS for servers (No Fedora).
>
> 3)  It took me hours to get my F15 laptop sane including
>   finding obscure settings to turn on the minimize in
>   windows, and a working printer configuration application.
>

I have largely stayed out of these conversations, but I would just like 
to interject that I have had exactly the opposite experience.  I love 
Gnome 3 and would be frustrated if I had to go back to anything like 
Gnome 2 or any other environment I have used before.  I will be the 
first to admit that things are not complete yet, but I really feel that 
people who are complaining about any sort of design issues are missing 
the point.  The basic user interactions baked into Gnome 3 tend to be 
much easier for me and a lot of complaints I see come from users 
actively fighting to use the interface in a way that it was not intended.

For instance, there really is no need to minimize a window with Gnome 
3.  I know it sounds condescending to say that, and you can feel free to 
feel insulted by me, the Gnome devs and God herself if you want, but 
once I got the hang of it, never having to manage minimized windows was 
amazingly freeing.  Likewise, you can turn on focus follows mouse, but 
if you do you will likely become frustrated with the experience.  I have 
used focus follows mouse for over 20 years prior to Gnome 3, and it was 
one of the thing that made using X based desktops a joy for me, but I've 
been running for about 1 month with click to focus and I don't miss 
focus follows mouse one bit.

Gnome 3 might really irritate you, or might be specifically bad for your 
particular use cases, and I completely understand if you want to 
continue with the desktop metaphors that have served you well in the 
past, but that does not mean it will be a general failure.  Sure, there 
is a bit of a learning curve, and I installed it on my machines to get 
the hang of it before putting it on anything that anyone else will use, 
but it only takes about 15 minutes to run through the changes with 
someone sitting in front of the computer for them to get the hang of it.

That being said, I share your pain on the printer setup, and I really 
hope that gets easier.

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


Re: Vote to extend F14 security updates

2011-09-02 Thread Mike Wohlgemuth
On 09/02/2011 02:51 AM, Paul Allen Newell wrote:
> Hum ... I find it a difficult proposition to ask users "to step up and
> do it" when the march of progress indicates that it wasn't the users
> that asked for this change. Change may be good, but I think alot of the
> feedback on this forum has shown that the cliche of "not ready for prime
> time" is valid for a significant number of folks hitting Gnome3 in F15.
>
> Full disclosure comment: I have not moved to F15 because of what I have
> read on this forum. I am hoping F16 gets a better response.
>
> Paul

Fedora is a volunteer organization.  What everyone volunteered for is 
clearly spelled out.  It is hard sometimes keeping up with all the 
changes that happen, and sometimes those changes get into Fedora before 
they are "not ready for prime time".  That is not a bug with Fedora, 
that is a feature.  It attempts to be the distribution to go to when you 
absolutely want the latest with all its warts, and when long term 
support is not an issue for you.

It is very easy to like having all the latest stuff until something 
breaks or some new, radically different version of something (big or 
small) comes out and disrupts the way you like to work.  Every so often 
something big changes, like Gnome or KDE, and people start asking the 
devs to extend support for their favorite version.  Attempts have been 
made in the past to provide this sort of support, and they have failed 
due to lack of interest in doing the actual work.  I am not now, and 
have never been, a Fedora dev, but my guess is that any of the ones who 
might be inclined to provide longer term support would know the history 
and be very wary of even considering it.

That is why you will often see people on this list recommend that 
someone actually choose a disto other than Fedora for their suggested 
use case.  It is not because the people making the recommendation don't 
like Fedora, but that they realize that there are often cases where 
concerns about having quick access to the latest software are trumped by 
needs for a stable, long term platform.  When you make the choice to 
install Fedora in an environment that needs long term stability, you are 
implicitly assuming extra responsibility and extra effort on your part.

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


Re: Getting wireless working on an HP Mini 210

2011-08-14 Thread Mike Wohlgemuth

On 08/14/2011 03:03 AM, John Albright wrote:
On Fri, Aug 12, 2011 at 9:24 AM, John Albright > wrote:


On Fri, Aug 12, 2011 at 8:24 AM, Gilboa Davara mailto:gilb...@gmail.com>> wrote:


On Aug 12, 2011 5:21 AM, "John Albright"
mailto:jalbrigh...@gmail.com>> wrote:
>
> I can't get the wireless working in Fedora 15 on an HP Mini
210. It has an Ralink rt5390 chipset, which I'm not familiar
with at all. I've been following the instructions on this
page. I figured they would work on Fedora as well as Ubuntu.
When I run make this is the output I get:
>
>> make -C tools
>> make[1]: Entering directory

`/home/ageeksgirl08/Downloads/2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools'
>> gcc -g bin2h.c -o bin2h
>> make[1]: Leaving directory

`/home/ageeksgirl08/Downloads/2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools'
>>

/home/ageeksgirl08/Downloads/2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools/bin2h
>> cp -f os/linux/Makefile.6

/home/ageeksgirl08/Downloads/2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/Makefile
>> make -C /lib/modules/2.6.38.6-26.rc1.fc15.i686/build

SUBDIRS=/home/ageeksgirl08/Downloads/2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux
modules
>> make: *** /lib/modules/2.6.38.6-26.rc1.fc15.i686/build: No
such file or directory.  Stop.
>> make: *** [LINUX] Error 2
>>
> Does anybody have any experience with ralink chipsets or the
HP Mini and know how to get this working? Thanks.

Make sure you have kernel-devel package installed.

- Gilboa (Android)


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


Ok. When I get home from work this evening I'll make sure that I
do, and I'll let you know. Thanks.


Yep, that fixed the compiling issue and I was able to get the wireless 
working! Thanks a lot!



For what it's worth, I have a different model HP with the same card, and 
it is working great with the rt2x00pci driver in 2.6.40-4.fc15.  I just 
installed Fedora last week on the box, and whatever kernel that came 
with the installation didn't work, but my first update after the install 
completed fixed the issue.


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


Re: UPnP vs. Fedora 14 firewall

2011-05-02 Thread Mike Wohlgemuth
On 05/02/2011 12:57 PM, Michael Cronenworth wrote:
> Mike Wohlgemuth wrote:
>> As a starting point, I am attempting to discover services via SSDP.  If
>> I have the firewall enabled, and I run upnp-inspector, I see no
>> services.  No matter what combination of settings I have tried, I never
>> see any services via upnp-inspector.  If I disable the firewall and
>> immediately rediscover services in upnp-inspector, I will instantly see
>> my printers, my media server, etc.  I wouldn't at all be surprised if
>> the services didn't work without extra ports open, but I cannot even see
>> them to attempt to use them.
> It looks like upnp-inspector not only listens[1] on UDP port 1900, but
> on two other randomized ports as well. One solution would be to have
> upnp-inspector use the new firewalld API in Fedora 15 to open up ports
> automatically. Another solution would be to allow high TCP/UDP ports
> (say,>3).
>
> [1] # netstat -anp | grep -i python
Ah!  Thank you!  That explains it.  Now off to figure out why each 
individual application that I'm actually trying to use is having 
issues.  Hopefully it will be as easy to figure out.

Thanks again
Mike
-- 
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


Re: UPnP vs. Fedora 14 firewall

2011-05-02 Thread Mike Wohlgemuth
On 05/02/2011 10:23 AM, Michael Cronenworth wrote:
> Mike Wohlgemuth wrote:
>> I have several different services on my network that use UPnP, and none
>> of them seem to work unless I disable the Firewall on my Fedora 14
>> desktops/laptops.  Everything I've read says that I should be able to
>> allow UDP on port 1900, but that doesn't seem to help.  Can anyone tell
>> me or point me to documentation about what I need to enable to let my
>> Fedora 14 machines to see the services via UPnP?
> UPnP stands for many different things. Which in particular are you
> trying to use?
>
> IGP? Media server? Media render? etc.
As a starting point, I am attempting to discover services via SSDP.  If 
I have the firewall enabled, and I run upnp-inspector, I see no 
services.  No matter what combination of settings I have tried, I never 
see any services via upnp-inspector.  If I disable the firewall and 
immediately rediscover services in upnp-inspector, I will instantly see 
my printers, my media server, etc.  I wouldn't at all be surprised if 
the services didn't work without extra ports open, but I cannot even see 
them to attempt to use them.

Thanks
Mike
-- 
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


UPnP vs. Fedora 14 firewall

2011-05-02 Thread Mike Wohlgemuth
I have several different services on my network that use UPnP, and none 
of them seem to work unless I disable the Firewall on my Fedora 14 
desktops/laptops.  Everything I've read says that I should be able to 
allow UDP on port 1900, but that doesn't seem to help.  Can anyone tell 
me or point me to documentation about what I need to enable to let my 
Fedora 14 machines to see the services via UPnP?

Thanks
Mike
-- 
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


Re: Shared encrypted filesystem

2011-02-23 Thread Mike Wohlgemuth
On 02/23/2011 05:04 PM, Bill Davidsen wrote:
> You have the right idea, I want to decrypt on the client, rather than mount on
> the server, thus the data on the server is just a file full of encrypted data,
> and not available as clear text there. I was thinking of nbd, certainly a
> possibility.
>
Would something like encfs over sshfs work for you?

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


Re: Distributing a Fedora appliance

2010-11-27 Thread Mike Wohlgemuth
On 11/26/2010 01:37 PM, Fernando Cassia wrote:
> On Fri, Nov 26, 2010 at 3:16 PM, Bruno Wolff III  wrote:
>> If you distribute binaries, you need to make source code available as well.
>> There are a few ways to do that and you want to make sure you are doing at
>> least one of them.
> The source code is already provided by the distro distributed. A VM is
> just a repackaging of the distro, in its installed form.

While your statement might sound reasonable on the surface, I do not 
believe it actually complies with the GPL.  As a distributor of GPLd 
software, you are responsible for providing the source.  The fact that 
the source is available elsewhere does not absolve you of the 
responsibility, just like the source being available for RHEL does not 
absolve the CentOS project from needing to provide the source they use 
to build the CentOS binaries.

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


No /var/lib/bluetooth/nn:nn:nn:nn:nn:nn/linkkeys

2010-11-20 Thread Mike Wohlgemuth
I'm attempting to tether my Fedora 14 laptop with my Android phone.  The 
pairing process will apparently work fine, but every time I attempt to 
connect to the access point in blueman, I am prompted to pair the device 
again.  If I am fast enough at entering things, it will connect to the 
access point, but every time I attempt to use it again, I will be 
prompted to pair again.  If I understand correctly, pairing should store 
a key in /var/lib/bluetooth/nn:nn:nn:nn:nn:nn/linkkeys, but that file is 
never created.  Any suggestion on figuring out what is going on?

Thanks
Mike
-- 
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