Intel wireless broken with F15 Gnome

2011-06-18 Thread john wendel
Sorry, I'm sure this has been answered before, but I can't find the solution. Old laptop with ipw2200 wireless, works perfectly with F15 LXDE, won't connect with F15 Gnome. Anyone know the secret incantation that will fix this P.O.S. Thanks, John -- users mailing list users@lists.fedorapro

RE: How do I point a mail client at Microsoft outlook?

2011-06-18 Thread Damian Kohlfeld
993 is for imaps 995 is for pop3s Since he specified "Account type IMAP" it is 993 Missed that, you're correct. So, you should be fine with that, fetchmail will use 993 for secure imap. Damian Kohlfeld -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscrip

Re: Gimp and Eye-of-gnome shows jpeg images that don't match

2011-06-18 Thread antonio
Michael Schwendt ha scritto / said the followingil giorno/on 18/06/2011 20:42: > On Sat, 18 Jun 2011 16:13:26 +0200, A wrote: > >> Tim ha scritto / said the followingil giorno/on 18/06/2011 16:04: >>> On Sat, 2011-06-18 at 09:13 +0200, antonio montagnani wrote: I am using a Pentax kx

RE: Two elementary questions on LANs

2011-06-18 Thread Damian Kohlfeld
Also, with linux clients on my dhcpd process, I get this line from linux clients, and not from windows clients: client-hostname "hometux2"; Damian Kohlfeld -Original Message- From: users-boun...@lists.fedoraproject.org [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of Tim Sen

Re: How do I point a mail client at Microsoft outlook?

2011-06-18 Thread Ed Greshko
On 06/19/2011 01:02 PM, Damian Kohlfeld wrote: > One more thing, I just noticed you had port 993 for SSL, is that correct, it > usually is 995?? 993 is for imaps 995 is for pop3s Since he specified "Account type IMAP" it is 993 -- users mailing list users@lists.fedoraproject.org To unsubscribe

RE: How do I point a mail client at Microsoft outlook?

2011-06-18 Thread Damian Kohlfeld
Let me know about that ssl port, and if that works out for you, thanks Damian Kohlfeld -Original Message- From: users-boun...@lists.fedoraproject.org [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of Michael Hennebry Sent: Saturday, June 18, 2011 11:46 PM To: Community support

RE: How do I point a mail client at Microsoft outlook?

2011-06-18 Thread Damian Kohlfeld
One more thing, I just noticed you had port 993 for SSL, is that correct, it usually is 995?? Damian Kohlfeld -Original Message- From: users-boun...@lists.fedoraproject.org [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of Michael Hennebry Sent: Saturday, June 18, 2011 11:46 PM

RE: How do I point a mail client at Microsoft outlook?

2011-06-18 Thread Damian Kohlfeld
>From your subject line it looks like you want to open the files with an email client. I usually use fetchmail in perl to process my pop account used for helpdesk management, but I found this which should help you, you can use foremail which is from procmail to form the mbox type files which you

Re: Two elementary questions on LANs

2011-06-18 Thread Tim
On Sun, 2011-06-19 at 09:59 +0800, Ed Greshko wrote: > Since the MAC address is in the hardware I would venture to say that > the IP address being assigned to an interface is the same no matter if > you boot to Linux or Windows. Depending on the DHCP server, it may use the MAC plus some other (UID

Re: How do I point a mail client at Microsoft outlook?

2011-06-18 Thread Michael Hennebry
On Sat, 18 Jun 2011, Michael Hennebry wrote: > Could someone translate the following information into a fetchmail command? > > * Account type: IMAP > * Incoming mail server: imap.ndsu.nodak.edu > * Incoming mail server encryption: SSL on port 993 > * Outgoing mail server: smtp.ndsu

Re: How do I point a mail client at Microsoft outlook?

2011-06-18 Thread Michael Hennebry
Could someone translate the following information into a fetchmail command? * Account type: IMAP * Incoming mail server: imap.ndsu.nodak.edu * Incoming mail server encryption: SSL on port 993 * Outgoing mail server: smtp.ndsu.nodak.edu * Outgoing mail server encryption: TL

Re: Two elementary questions on LANs

2011-06-18 Thread Ed Greshko
On 06/19/2011 02:44 AM, J. Alex Aycinena wrote: > > I have desktops and laptops on my local LAN that each dual-boot with > F15 and Windows and each have a wired and wireless LAN connection. My > router acts as the DHCP Server but doesn't have the capability to > assign a pre-defined IP address to e

Re: systemctl command that is the same as chkconfig --level

2011-06-18 Thread Tom H
On Sat, Jun 18, 2011 at 4:45 PM, Aaron Konstam wrote: > On Sat, 2011-06-18 at 10:30 -0400, Tom H wrote: >> >> Running "systemctl enable nfs" set it up to start in runlevels 2 3 4 5 >> and stop in runlevels 0 1 6 in the same way that "chkconfig nfs on" >> would (in fact, since the nfs server's a le

HP Laserjet 5P in Fedora 14

2011-06-18 Thread Manuel Escudero
Hi! I've seen that in Fedora you only have to plug in a printer and it usually gets recognized and work, You just have to install these packages: sudo yum -y install hplip hplip-common and if you have a HP scanner: sudo yum -y install libsane-hpaio It has been working for me like that since F1

Re: Two elementary questions on LANs

2011-06-18 Thread Ed Greshko
On 06/19/2011 01:56 AM, Timothy Murphy wrote: > It certainly wasn't written there, > as I would have been even more certain to follow that advice. > (I could conceivably have overlooked it in ifcfg-wlan0.) > OK, you've managed to confuse me again. I'm pretty sure I read you first say it was c

Re: kindly send your suggestion for the Event of Linux at Guru Nanak Dev University, Amritsar

2011-06-18 Thread suvayu ali
Hi Navdeep, On Wed, Jun 15, 2011 at 11:24 AM, Joe Zeff wrote: > On 06/15/2011 10:54 AM, Navdeep Singh Sidhu wrote: >> If anybody want to help us with their ideas , they can share their >> precious ideas with us and suggest us for this event. We are very >> thankful to you for your help & support.

Re: systemctl command that is the same as chkconfig --level

2011-06-18 Thread Petrus de Calguarium
Aaron Konstam wrote: > But: chkconfig --level 35 nfs on > > would start on entering runlevel 3 and 5 and not on entering runlevel 2 > 4. Are you saying you can't arrange to do that in systemd. Is that > considered a step up? As I understand it (could be inaccurate :-) ), there are no run levels

Re: firefox question

2011-06-18 Thread H. Willstrand
On Sat, Jun 18, 2011 at 10:23 PM, bruce wrote: > Hi. > > Sorry this is off topic, but can't find a soln any other way. > > Got FF v.4 running, and I'm trying to figure out how to simply type > something like "sdfsdfv" in the Url/Address bar, and not have FF > append a ".com" to it! > > I changed

Re: systemctl command that is the same as chkconfig --level

2011-06-18 Thread Aaron Konstam
On Sat, 2011-06-18 at 10:30 -0400, Tom H wrote: > On Sat, Jun 18, 2011 at 9:18 AM, Aaron Konstam wrote: > > On Fri, 2011-06-17 at 19:01 -0400, Sam Varshavchik wrote: > >> Petrus de Calguarium writes: > >> > >>> To start it during this session: > >>> systemctl start .service > >>> > >>> To start ev

firefox question

2011-06-18 Thread bruce
Hi. Sorry this is off topic, but can't find a soln any other way. Got FF v.4 running, and I'm trying to figure out how to simply type something like "sdfsdfv" in the Url/Address bar, and not have FF append a ".com" to it! I changed the browser.URL to stop FF from using a search engine when "stuf

Re: Java Gnome 3 maximized window mouse bugs

2011-06-18 Thread Ricardo Veguilla
On Sat, Jun 18, 2011 at 1:06 AM, Ricardo Veguilla wrote: > > I'll submit the bug to openjdk and see how it goes. There is already a bug about the maximized-windows/menu issue: https://bugzilla.redhat.com/show_bug.cgi?id=698295 -- Ricardo Veguilla González vegui...@gmail.com -- users mailing

Re: Java Gnome 3 maximized window mouse bugs

2011-06-18 Thread Ricardo Veguilla
On Sat, Jun 18, 2011 at 2:33 AM, Mark Eggers wrote: > On Sat, 18 Jun 2011 01:06:43 -0400, Ricardo Veguilla wrote: > >> And a very minor annoyance: Gnome3 relies on the x-windows WM_CLASS >> property to track applications instead of windows (see >> http://live.gnome.org/GnomeShell/ApplicationBased)

Re: Two elementary questions on LANs

2011-06-18 Thread J. Alex Aycinena
Ed, This is very interesting information. I have a couple of additional questions that you may be able to help me with that I think are applicable to this thread. Please see below: > -- Forwarded message -- > From: Ed Greshko > To: Community support for Fedora users > Date: Fri,

Re: Gimp and Eye-of-gnome shows jpeg images that don't match

2011-06-18 Thread Michael Schwendt
On Sat, 18 Jun 2011 16:13:26 +0200, A wrote: > Tim ha scritto / said the followingil giorno/on 18/06/2011 16:04: > > On Sat, 2011-06-18 at 09:13 +0200, antonio montagnani wrote: > >> I am using a Pentax kx DSRL camera and I am used to work with raw files, > >> so I open in GIMP (with Ufraw) an

Re: Two elementary questions on LANs

2011-06-18 Thread Timothy Murphy
Ed Greshko wrote: >>> When you bring it downNM will rewrite it to read >>> >>> # No nameservers found; try putting DNS servers into your >>> # ifcfg files in /etc/sysconfig/network-scripts like so: >>> # >>> # DNS1=xxx.xxx.xxx.xxx >>> # DNS2=xxx.xxx.xxx.xxx >>> # DOMAIN=lab.foo.com bar.foo

Latest glibc is leaking memory

2011-06-18 Thread Sam Varshavchik
FYI for anyone's running servers: any process that invokes getaddrinfo() will probably be slowly leaking memory, over time, after updating to glibc-2.14.2. Easily observed with valgrind. Bug 712178. pgp2x3Ys3Lvau.pgp Description: PGP signature -- users mailing list users@lists.fedoraproje

Re: systemctl command that is the same as chkconfig --level

2011-06-18 Thread Tom H
On Sat, Jun 18, 2011 at 9:18 AM, Aaron Konstam wrote: > On Fri, 2011-06-17 at 19:01 -0400, Sam Varshavchik wrote: >> Petrus de Calguarium writes: >> >>> To start it during this session: >>> systemctl start .service >>> >>> To start every time you start graphical.target: >>> systemctl enable .servi

Re: Gimp and Eye-of-gnome shows jpeg images that don't match

2011-06-18 Thread antonio
Tim ha scritto / said the followingil giorno/on 18/06/2011 16:04: > On Sat, 2011-06-18 at 09:13 +0200, antonio montagnani wrote: >> I am using a Pentax kx DSRL camera and I am used to work with raw files, >> so I open in GIMP (with Ufraw) and then save it as Jpeg...If I open >> saved jpeg image

Re: Gimp and Eye-of-gnome shows jpeg images that don't match

2011-06-18 Thread Tim
On Sat, 2011-06-18 at 09:13 +0200, antonio montagnani wrote: > I am using a Pentax kx DSRL camera and I am used to work with raw files, > so I open in GIMP (with Ufraw) and then save it as Jpeg...If I open > saved jpeg image with Eye-of-Gnome I see same Jpeg image quite in > different ways (textu

Re: Two elementary questions on LANs

2011-06-18 Thread Joe Zeff
On 06/18/2011 03:33 AM, Timothy Murphy wrote: > So it seems to me reasonable to say that NM_was_ editing a config file > without my knowledge. I'm not at all surprised. When I upgraded to F14 from 13, I found that NM would reset my DNS numbers to 0.0.0.0 at every boot, even though I'd told it

Re: systemctl command that is the same as chkconfig --level

2011-06-18 Thread Aaron Konstam
On Sat, 2011-06-18 at 11:02 +0100, Arthur Dent wrote: > On Fri, 2011-06-17 at 16:41 -0500, Aaron Konstam wrote: > > I searched the man page of systemctl and I can't find one that is > > eqwuivalent to: chkconfig --level 35 on > > > > Is there such a command? > > > > This doesn't quite answer yo

Re: systemctl command that is the same as chkconfig --level

2011-06-18 Thread Aaron Konstam
On Fri, 2011-06-17 at 17:08 -0600, Petrus de Calguarium wrote: > Sam Varshavchik wrote: > > > This is specified by the service unit. systemd uses a slightly different > > paradigm. The service itself knows what system state it should be running > > in, by default. Enabling the service puts it as a

Re: systemctl command that is the same as chkconfig --level

2011-06-18 Thread Aaron Konstam
On Fri, 2011-06-17 at 19:01 -0400, Sam Varshavchik wrote: > Petrus de Calguarium writes: > > > To start it during this session: > > > > systemctl start .service > > > > To start every time you start graphical.target: > > > > systemctl enable .service > > > > I'm not sure how you would differentiat

Re: systemctl command that is the same as chkconfig --level

2011-06-18 Thread Aaron Konstam
On Fri, 2011-06-17 at 15:53 -0600, Petrus de Calguarium wrote: > Aaron Konstam wrote: > > > eqwuivalent to: chkconfig --level 35 > > To start it during this session: > > systemctl start .service > > To start every time you start graphical.target: > > systemctl enable .service > > I'm not sur

Re: Two elementary questions on LANs

2011-06-18 Thread Ed Greshko
On 06/18/2011 09:00 PM, Timothy Murphy wrote: > Ed Greshko wrote: > >>> Just to be clear: dhcp wasn't running at the point I am talking about. >>> NM did delete the nameserver information in /etc/resolv.conf . >> What precisely do you mean when you say "dhcp wasn't running at the >> point I am talk

Re: Two elementary questions on LANs

2011-06-18 Thread Timothy Murphy
Ed Greshko wrote: >> Just to be clear: dhcp wasn't running at the point I am talking about. >> NM did delete the nameserver information in /etc/resolv.conf . > > What precisely do you mean when you say "dhcp wasn't running at the > point I am talking about"? > > Do you mean your DHCP server was

Re: Two elementary questions on LANs

2011-06-18 Thread Ed Greshko
On 06/18/2011 06:33 PM, Timothy Murphy wrote: > Just to be clear: dhcp wasn't running at the point I am talking about. > NM did delete the nameserver information in /etc/resolv.conf . > I saw then that one can go to NM's Manage Connections > and specify the nameservers one wants to use. > When I di

Re: Two elementary questions on LANs

2011-06-18 Thread Timothy Murphy
Ed Greshko wrote: >> I'm probably in a minority of 1, but I don't think applications >> should edit config files without telling you. > > Ahh The application, NM, isn't editing a config file without your > knowledge. First, the DNS servers are one setting that is supplied in a > DHCP reques

Re: systemctl command that is the same as chkconfig --level

2011-06-18 Thread Arthur Dent
On Fri, 2011-06-17 at 16:41 -0500, Aaron Konstam wrote: > I searched the man page of systemctl and I can't find one that is > eqwuivalent to: chkconfig --level 35 on > > Is there such a command? > This doesn't quite answer your question, but I have found this page to be useful: http://fedorapr

Re: Incorrect external display resolution

2011-06-18 Thread suvayu ali
On Sat, Jun 18, 2011 at 1:05 AM, Misha Shnurapet wrote: > I have a Sony BRAVIA 32" TV that I connect to my Dell mini laptop via a VGA > cable. The TV picture has to be 1280x768 px (and it was in Fedora 13 and 14, > though the monitor settings applet used to call it a 72" display it worked > wel

Re: Cd to nonexistent directory in /proc

2011-06-18 Thread Jonathan Ryshpan
On Fri, 2011-06-17 at 19:46 -0430, Patrick O'Callaghan wrote: > On Fri, 2011-06-17 at 15:03 -0700, Jonathan Ryshpan wrote: > > Investigating a hanging instance of googleearth (wich process number > > 3110), I noticed that it's possible to > > cd /proc/3110 > > while on the other hand > > l

Incorrect external display resolution

2011-06-18 Thread Misha Shnurapet
I have a Sony BRAVIA 32" TV that I connect to my Dell mini laptop via a VGA cable. The TV picture has to be 1280x768 px (and it was in Fedora 13 and 14, though the monitor settings applet used to call it a 72" display it worked well). Now on F15 the TV is detected as "Unknown" and the system gi

Gimp and Eye-of-gnome shows jpeg images that don't match

2011-06-18 Thread antonio montagnani
- I am using a Pentax kx DSRL camera and I am used to work with raw files, so I open in GIMP (with Ufraw) and then save it as Jpeg...If I open saved jpeg image with Eye-of-Gnome I see same Jpeg image quite in different ways (texture, quality, colours..) I am lost ;-) -- Antonio M Skype: amont